Use .section .rodata instead of a plain .rodata
authortb <tb@openbsd.org>
Thu, 9 Feb 2023 19:57:00 +0000 (19:57 +0000)
committertb <tb@openbsd.org>
Thu, 9 Feb 2023 19:57:00 +0000 (19:57 +0000)
commiteda85684cdcfde70d84443a28caf40467d147bfc
treef333c2af53c58a87bd84e7ca511532e3c22ca47e
parent4bdfd308e02052cf13d76762d9458880d0f199e8
Use .section .rodata instead of a plain .rodata

At least gcc 12 on Fedora is very unhappy about a plain .rodata and throws
Error: unknown pseudo-op: `.rodata'. So add a .section in front of it to
make it happy.

ok deraadt miod
14 files changed:
lib/libcrypto/aes/asm/aes-x86_64.pl
lib/libcrypto/aes/asm/aesni-sha1-x86_64.pl
lib/libcrypto/aes/asm/aesni-x86_64.pl
lib/libcrypto/aes/asm/bsaes-x86_64.pl
lib/libcrypto/aes/asm/vpaes-x86_64.pl
lib/libcrypto/bn/asm/x86_64-mont5.pl
lib/libcrypto/camellia/asm/cmll-x86_64.pl
lib/libcrypto/modes/asm/ghash-x86_64.pl
lib/libcrypto/perlasm/x86gas.pl
lib/libcrypto/rc4/asm/rc4-x86_64.pl
lib/libcrypto/sha/asm/sha1-x86_64.pl
lib/libcrypto/sha/asm/sha512-ppc.pl
lib/libcrypto/sha/asm/sha512-x86_64.pl
lib/libcrypto/whrlpool/asm/wp-x86_64.pl