CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/01/13 10:11:41
Modified files:
lib/libcrypto/aes/asm: aes-parisc.pl
lib/libcrypto/arch/hppa: Makefile.inc
lib/libcrypto/bn/asm: parisc-mont.pl
lib/libcrypto/modes/asm: ghash-parisc.pl
lib/libcrypto/rc4/asm: rc4-parisc.pl
lib/libcrypto/sha/asm: sha1-parisc.pl sha512-parisc.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 jsing@ kettenis@