21 lines
439 B
Text
21 lines
439 B
Text
|
Index: cipher/crc-armv8-aarch64-ce.S
|
||
|
--- cipher/crc-armv8-aarch64-ce.S.orig
|
||
|
+++ cipher/crc-armv8-aarch64-ce.S
|
||
|
@@ -25,7 +25,7 @@
|
||
|
|
||
|
.cpu generic+simd+crypto
|
||
|
|
||
|
-.text
|
||
|
+.rodata
|
||
|
|
||
|
|
||
|
/* Structure of crc32_consts_s */
|
||
|
@@ -54,6 +54,7 @@
|
||
|
.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
|
||
|
.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
|
||
|
|
||
|
+.text
|
||
|
|
||
|
/*
|
||
|
* void _gcry_crc32r_armv8_ce_bulk (u32 *pcrc, const byte *inbuf, size_t inlen,
|