ports/security/libgcrypt/patches/patch-cipher_crc-armv8-aarch64-ce_S

21 lines
439 B
Text
Raw Permalink Normal View History

2023-08-16 22:26:55 +00:00
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,