This ensures GNU as generates a R_X86_64_PLT32 relocation instead of
R_X86_64_32.
Fixes: c969310c992a csu: Implement _start using as to satisfy unwinders on x86_64
Differential D41101
amd64 crt1: Explicitly use a PLT entry for main in the PIC case. jhb on Jul 19 2023, 6:31 PM. Authored by Tags None Referenced Files
Details This ensures GNU as generates a R_X86_64_PLT32 relocation instead of Fixes: c969310c992a csu: Implement _start using as to satisfy unwinders on x86_64
Diff Detail
Event TimelineComment Actions Thank you! LDFLAGS+= -Wl,-znoexecstack to secure/lib/libcrypto/**/**/Makefile. |