freebsd-src/lib/csu
Andrew Turner 53120fbb68 csu: Find the main pointer through the GOT
Use the Global Offset Table to find the location of main in crt1. With
lld the old code would point to main@plt, however ld.bfd fails to link
when main is in a shared library.

Fix this by using the GOT address to find main as it works with both
lld and bfd.

Reviewed by:	jrtc27
Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D45259
2024-05-22 08:18:10 +00:00
..
aarch64 csu: Find the main pointer through the GOT 2024-05-22 08:18:10 +00:00
amd64
arm
common
i386
powerpc
powerpc64
riscv
tests
Makefile
Makefile.inc csu: add crtbrand.o dependency on sys/param.h 2024-01-31 15:40:27 -05:00