Bernhard Reutner-Fischer
|
5e0feee937
ldso: add missing prototypes
|
%!s(int64=14) %!d(string=hai) anos |
Mike Frysinger
|
1f5e333a15
ldso: clean up breakage in tls merge
|
%!s(int64=15) %!d(string=hai) anos |
Mike Frysinger
|
aef262eb5a
ldso: pull in missing bits/fcntl.h header for O_CLOEXEC
|
%!s(int64=15) %!d(string=hai) anos |
Austin Foxley
|
534661b91c
ldso/: tls support for dynamic linker
|
%!s(int64=15) %!d(string=hai) anos |
Mike Frysinger
|
82be164276
fix building for systems w/out ldso support
|
%!s(int64=15) %!d(string=hai) anos |
Carmelo Amoroso
|
4c20772b62
ldso: do not comment out unused variables, just delete it.
|
%!s(int64=16) %!d(string=hai) anos |
Denis Vlasenko
|
27d501fdbf
simple optimizations and style fixes in dynamic loading
|
%!s(int64=16) %!d(string=hai) anos |
Bernhard Reutner-Fischer
|
ce54b92b04
- Use runtime pagesize (Jeremy Kerr)
|
%!s(int64=16) %!d(string=hai) anos |
Bernhard Reutner-Fischer
|
b732f3009a
- fix the macros rather than the callees as rightfully noted by bernds (duh!)
|
%!s(int64=16) %!d(string=hai) anos |
Mike Frysinger
|
79913b3e6c
fix broken whitespace in many places; no functional changes
|
%!s(int64=17) %!d(string=hai) anos |
Bernd Schmidt
|
6c05ed96f6
Some more Blackfin/FDPIC ldso merging work. Include dl-inlines.h when it
|
%!s(int64=17) %!d(string=hai) anos |
Bernd Schmidt
|
c0008412eb
Blackfin FD-PIC patches 5/6.
|
%!s(int64=17) %!d(string=hai) anos |
Bernd Schmidt
|
453094fb58
Blackfin FD-PIC patch 1/6.
|
%!s(int64=17) %!d(string=hai) anos |
Carmelo Amoroso
|
b4db201962
Define _dl_assert in libdl only if __DOASSERTS__ is defined. Thanks to Peter Mazinger
|
%!s(int64=17) %!d(string=hai) anos |
Carmelo Amoroso
|
6630516b0a
Added support for GNU hash style into dynamic linker
|
%!s(int64=17) %!d(string=hai) anos |
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).
|
%!s(int64=18) %!d(string=hai) anos |
Mike Frysinger
|
a60180c265
patch from Bernd Schmidt to abstract away load address types
|
%!s(int64=18) %!d(string=hai) anos |
Mike Frysinger
|
e129d683e5
missed an ElfW(Addr) change
|
%!s(int64=18) %!d(string=hai) anos |
Mike Frysinger
|
656554001c
revert fdpic patch so we can merge it in bit by bit
|
%!s(int64=18) %!d(string=hai) anos |
Mike Frysinger
|
1ba3a7b727
Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFs
|
%!s(int64=18) %!d(string=hai) anos |
Peter Kjellerstedt
|
a92b3b7566
Include bits/uClibc_page.h before dl-syscall.h as the latter may
|
%!s(int64=19) %!d(string=hai) anos |
Mike Frysinger
|
9dae26d562
change to Lesser GPL 2.1 as pointed out by psm
|
%!s(int64=19) %!d(string=hai) anos |
Mike Frysinger
|
ccf126ea86
add some copyright info
|
%!s(int64=19) %!d(string=hai) anos |
Mike Frysinger
|
ee375653ed
some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hosts
|
%!s(int64=19) %!d(string=hai) anos |
Joakim Tjernlund
|
066d0837ff
Remove hardcoded ld-uClibc.so.0 name in ldso.
|
%!s(int64=19) %!d(string=hai) anos |
Mike Frysinger
|
2b6789581c
create a new wrapper macro for debug early output
|
%!s(int64=19) %!d(string=hai) anos |
Mike Frysinger
|
6512a60090
change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bitsize
|
%!s(int64=19) %!d(string=hai) anos |
Mike Frysinger
|
a534ea55c5
move _dl_if_debug_dprint() to shared ldso header
|
%!s(int64=19) %!d(string=hai) anos |
"Steven J. Hill"
|
40648f65b2
Get rid of extern references to ldso variables.
|
%!s(int64=19) %!d(string=hai) anos |
Joakim Tjernlund
|
90c50876ac
Second attempt to fix the INIT/FINI order. This time I think I got it right :)
|
%!s(int64=20) %!d(string=hai) anos |