CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/01/13 10:27:26
Modified files:
lib/libcrypto/aes/asm: aes-sparcv9.pl
lib/libcrypto/arch/sparc64: Makefile.inc
lib/libcrypto/bn/asm: sparcv9-mont.pl sparcv9a-mont.pl
lib/libcrypto/modes/asm: ghash-sparcv9.pl
lib/libcrypto/sha/asm: sha1-sparcv9.pl sha1-sparcv9a.pl
sha512-sparcv9.pl
Log message:
Move all data tables from .text section to .rodata, and update the code to
fetch them correctly when building PIC. Also drop unused data, and remove
--no-execute-only from linker flags.
ok kettenis@