opnsense-src/lib/csu/amd64
John Baldwin e5c4737955 amd64 crt1: Explicitly use a PLT entry for main in the PIC case.
This ensures GNU as generates a R_X86_64_PLT32 relocation instead of
R_X86_64_32.

Reviewed by:	kib
Fixes:		c969310c99 csu: Implement _start using as to satisfy unwinders on x86_64
Differential Revision:	https://reviews.freebsd.org/D41101
2023-07-19 11:53:33 -07:00
..
crt.h Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +00:00
crt1_c.c csu: Implement _start using as to satisfy unwinders on x86_64 2023-06-29 19:34:39 +03:00
crt1_s.S amd64 crt1: Explicitly use a PLT entry for main in the PIC case. 2023-07-19 11:53:33 -07:00
crti.S csu: Add the prologue and epilogue to the _init and _fini on x86_64 2023-07-01 10:52:10 +03:00
crtn.S csu: Add the prologue and epilogue to the _init and _fini on x86_64 2023-07-01 10:52:10 +03:00
Makefile csu: Implement _start using as to satisfy unwinders on x86_64 2023-06-29 19:34:39 +03:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00