Move constants out of text segment into rodata to prepare for xonly support
authorderaadt <deraadt@openbsd.org>
Sat, 14 Jan 2023 16:58:55 +0000 (16:58 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 14 Jan 2023 16:58:55 +0000 (16:58 +0000)
commit03a2914f45721b6e08bcb2bc894fac3eeae0335e
tree4ff74dc918f60043d6e1adecc834f422264ddcc8
parent810555b25bf5444b727efabdb7f5ed0506159a65
Move constants out of text segment into rodata to prepare for xonly support
on amd64.  no pic handling is neccessary since amd64 has full reach.
ok kettenis
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-gf2m.pl
lib/libcrypto/bn/asm/x86_64-mont.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/rc4/asm/rc4-x86_64.pl
lib/libcrypto/sha/asm/sha1-x86_64.pl
lib/libcrypto/sha/asm/sha512-x86_64.pl
lib/libcrypto/whrlpool/asm/wp-x86_64.pl