summaryrefslogtreecommitdiff
path: root/media-libs/libjpeg-turbo/files/libjpeg-turbo-2.1.1-arm64-relro.patch
blob: 7784ae513d162b55ce82316751eb82087c0c4934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
https://github.com/libjpeg-turbo/libjpeg-turbo/commit/129f0cb76346ceede8f4d8d87dea8acb0809056c

From: DRC <information@libjpeg-turbo.org>
Date: Wed, 25 Aug 2021 12:07:58 -0500
Subject: [PATCH] Neon/AArch64: Don't put GAS functions in .rodata

Regression introduced by 240ba417aa4b3174850d05ea0d22dbe5f80553c1

Closes #546
--- a/simd/arm/aarch64/jsimd_neon.S
+++ b/simd/arm/aarch64/jsimd_neon.S
@@ -182,6 +182,8 @@ Ljsimd_huff_encode_one_block_neon_consts:
     .byte    4,   5,   6,   7, 255, 255, 255, 255, \
            255, 255, 255, 255, 255, 255, 255, 255  /* L7 : 1 line OK */
 
+.text
+
 
 /*****************************************************************************/