Mark Salter
|
8554fb21bb
Clean up DSBT support
|
12 gadi atpakaļ |
Mike Frysinger
|
b3436addb5
ldso: simplify interp path search logic
|
13 gadi atpakaļ |
Mike Frysinger
|
9ca7a065be
ldso: use __func__ rather than __FUNCTION__
|
13 gadi atpakaļ |
Bernhard Reutner-Fischer
|
fdd1868050
ldso: add missing include
|
13 gadi atpakaļ |
Carmelo Amoroso
|
3004ce0c96
Merge remote-tracking branch 'origin/master' into prelink
|
13 gadi atpakaļ |
Bernd Schmidt
|
56ea76b6bf
Fix nommu handling of DT_TEXTREL
|
13 gadi atpakaļ |
Filippo Arcidiacono
|
4136ca46e3
ldso: Add support for LD_WARN and LD_TRACE_PRELINKING
|
14 gadi atpakaļ |
Filippo Arcidiacono
|
94cc6edb78
ldso: Rework global scope handling and symbol lookup mechanism
|
14 gadi atpakaļ |
Filippo Arcidiacono
|
637e2b2440
ldso: Add implementation of ld.so standalone execution
|
15 gadi atpakaļ |
Khem Raj
|
e3dec33ba0
powerpc: Add TLS and NPTL support
|
14 gadi atpakaļ |
Austin Foxley
|
f26c5f6952
include dlfcn.h in ldso.h to get RTLD_NODELETE definition
|
14 gadi atpakaļ |
Austin Foxley
|
f77f0e4792
ldso: fix USE_TLS check
|
14 gadi atpakaļ |
Bernhard Reutner-Fischer
|
5e0feee937
ldso: add missing prototypes
|
14 gadi atpakaļ |
Mike Frysinger
|
1f5e333a15
ldso: clean up breakage in tls merge
|
15 gadi atpakaļ |
Mike Frysinger
|
aef262eb5a
ldso: pull in missing bits/fcntl.h header for O_CLOEXEC
|
15 gadi atpakaļ |
Austin Foxley
|
534661b91c
ldso/: tls support for dynamic linker
|
15 gadi atpakaļ |
Mike Frysinger
|
82be164276
fix building for systems w/out ldso support
|
15 gadi atpakaļ |
Carmelo Amoroso
|
4c20772b62
ldso: do not comment out unused variables, just delete it.
|
16 gadi atpakaļ |
Denis Vlasenko
|
27d501fdbf
simple optimizations and style fixes in dynamic loading
|
16 gadi atpakaļ |
Bernhard Reutner-Fischer
|
ce54b92b04
- Use runtime pagesize (Jeremy Kerr)
|
16 gadi atpakaļ |
Bernhard Reutner-Fischer
|
b732f3009a
- fix the macros rather than the callees as rightfully noted by bernds (duh!)
|
16 gadi atpakaļ |
Mike Frysinger
|
79913b3e6c
fix broken whitespace in many places; no functional changes
|
17 gadi atpakaļ |
Bernd Schmidt
|
6c05ed96f6
Some more Blackfin/FDPIC ldso merging work. Include dl-inlines.h when it
|
17 gadi atpakaļ |
Bernd Schmidt
|
c0008412eb
Blackfin FD-PIC patches 5/6.
|
17 gadi atpakaļ |
Bernd Schmidt
|
453094fb58
Blackfin FD-PIC patch 1/6.
|
17 gadi atpakaļ |
Carmelo Amoroso
|
b4db201962
Define _dl_assert in libdl only if __DOASSERTS__ is defined. Thanks to Peter Mazinger
|
17 gadi atpakaļ |
Carmelo Amoroso
|
6630516b0a
Added support for GNU hash style into dynamic linker
|
17 gadi atpakaļ |
Bernhard Reutner-Fischer
|
b6b89abbdb
- see if defined foo before trying to look at the value of foo (that should be 0 in this case. Avoids some warnings).
|
18 gadi atpakaļ |
Mike Frysinger
|
a60180c265
patch from Bernd Schmidt to abstract away load address types
|
18 gadi atpakaļ |
Mike Frysinger
|
e129d683e5
missed an ElfW(Addr) change
|
18 gadi atpakaļ |