summaryrefslogtreecommitdiff
path: root/cipher/camellia-gfni-avx512-amd64.S
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/camellia-gfni-avx512-amd64.S')
-rw-r--r--cipher/camellia-gfni-avx512-amd64.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/cipher/camellia-gfni-avx512-amd64.S b/cipher/camellia-gfni-avx512-amd64.S
index 66949d43..64fef8b6 100644
--- a/cipher/camellia-gfni-avx512-amd64.S
+++ b/cipher/camellia-gfni-avx512-amd64.S
@@ -584,7 +584,7 @@
vmovdqu64 y6, 14 * 64(rio); \
vmovdqu64 y7, 15 * 64(rio);
-.text
+SECTION_RODATA
#define SHUFB_BYTES(idx) \
0 + (idx), 4 + (idx), 8 + (idx), 12 + (idx)
@@ -691,6 +691,8 @@ ELF(.type _gcry_camellia_gfni_avx512__constants,@object;)
ELF(.size _gcry_camellia_gfni_avx512__constants,.-_gcry_camellia_gfni_avx512__constants;)
+.text
+
.align 16
ELF(.type __camellia_gfni_avx512_enc_blk64,@function;)