1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/libexec/rtld-elf
Konstantin Belousov b3ff02bf85 Change interpretation of the DF_ORIGIN and DF_1_ORIGIN flags.
According to standard, the presence of the flags only means that the
object path must be resolved at the time object loading, instead of my
reading that the flag is required to enable token substitution at all.

The consequence is that -z origin linker flag is no longer required
for the token substitution in the run/rpath or the needed library
soname.  It is only recommended if token substition is needed at
dlopen(3) time, since namecache might drop the required entries at the
time of resolution.

Found, reviewed and tested by:	emaste
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2015-04-27 18:41:31 +00:00
..
aarch64 Use the correct value to get the offset of the objects tls data. 2015-04-15 14:20:12 +00:00
amd64 Change compiler setting to make default visibility of the symbols for 2015-03-29 18:53:21 +00:00
arm
i386 Change compiler setting to make default visibility of the symbols for 2015-03-29 18:53:21 +00:00
mips MIPS rtld: report missing symbol rather than segfaulting 2015-04-05 14:06:11 +00:00
powerpc Apply r246556 to powerpc: 2015-01-06 03:49:22 +00:00
powerpc64
sparc64
tests
debug.c
debug.h
libmap.c
libmap.h
Makefile Change compiler setting to make default visibility of the symbols for 2015-03-29 18:53:21 +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 Change interpretation of the DF_ORIGIN and DF_1_ORIGIN flags. 2015-04-27 18:41:31 +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 Add rtld private interface for dso to detect dynamic loading 2015-01-03 18:09:53 +00:00
xmalloc.c