opnsense-src/libexec/rtld-elf/aarch64
Mark Johnston 61acafc6c6 rtld/arm64: Remove checks for undefined symbols when processing TPREL64
lld emits several GOT relocations referencing the null sumbol in libc.so
when compiled with -ftls-model=initial-exec.  This symbol is specified
to be undefined.

We generally do not handle dynamic TLS relocations against weak,
undefined symbols, so avoid printing a warning here.  This makes it
possible to compile libc.so using the initial-exec TLS model on arm64.

Reviewed by:	jrtc27, kib
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit f238ebd142)
2021-07-29 20:32:58 -04:00
..
reloc.c rtld/arm64: Remove checks for undefined symbols when processing TPREL64 2021-07-29 20:32:58 -04:00
rtld_machdep.h rtld: define TLS_DTV_OFFSET on all architectures 2021-04-23 14:14:07 +03:00
rtld_start.S Add CFI start/end proc directives to arm64, i386, and ppc 2020-12-05 00:33:28 +00:00