1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/libexec/rtld-elf
Bryan Drewery 1508ab98e5 META_MODE: No need to fix the link in this case.
The exists(${DESTDIR}...) check runs with DESTDIR being blank.  When the
target runs it does have DESTDIR=${STAGE_OBJTOP} via bsd.sys.mk.  This
results in the first execution warning that the symlink is missing.  The
second run does run fine.  However, this chflags is not needed at all
for META_MODE/STAGING since we never had this path being a schg file
while using META_MODE.

Sponsored by:	EMC / Isilon Storage Division
2015-09-18 23:12:38 +00:00
..
aarch64 Fix how we place each objects thread local data. The code used was based 2015-09-01 15:57:03 +00:00
amd64 Disable SSE in libthr 2015-08-05 12:53:55 +00:00
arm
i386 Disable SSE in libthr 2015-08-05 12:53:55 +00:00
mips MIPS rtld: report missing symbol rather than segfaulting 2015-04-05 14:06:11 +00:00
powerpc
powerpc64
sparc64
tests
debug.c
debug.h Remove historical GNUC test 2015-05-06 15:29:11 +00:00
libmap.c
libmap.h
Makefile META_MODE: No need to fix the link in this case. 2015-09-18 23:12:38 +00:00
Makefile.depend new depends 2015-06-16 23:37:19 +00:00
malloc.c
map_object.c
rtld_lock.c Change compiler setting to make default visibility of the symbols for 2015-03-29 18:53:21 +00:00
rtld_lock.h Change compiler setting to make default visibility of the symbols for 2015-03-29 18:53:21 +00:00
rtld_printf.c
rtld_printf.h
rtld_tls.h Change compiler setting to make default visibility of the symbols for 2015-03-29 18:53:21 +00:00
rtld.1
rtld.c Ensure we use calculate_first_tls_offset, even if the main program doesn't 2015-09-01 15:43:56 +00:00
rtld.h Implement support -z global linker option. It marks the shared object 2015-04-15 08:16:34 +00:00
Symbol.map
xmalloc.c