index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ldso
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Define _dl_assert in libdl only if __DOASSERTS__ is defined. Thanks to Peter ...
Carmelo Amoroso
2007-11-09
1
-7
/
+16
*
Added support for GNU hash style into dynamic linker
Carmelo Amoroso
2007-11-07
4
-32
/
+215
*
Handle STT_COMMON symbols too. Following binutils release
Joakim Tjernlund
2007-10-21
1
-1
/
+6
*
- use the compiler-driver instead of the linker
Bernhard Reutner-Fischer
2007-10-13
2
-3
/
+3
*
Do string comparisos as late as possible during symbol lookup.
Mike Frysinger
2007-10-08
1
-2
/
+2
*
Make sure that the DSO has an hash table into its elf, otherwise skip
Mike Frysinger
2007-09-28
1
-0
/
+4
*
Blue Swirl writes:
Mike Frysinger
2007-09-15
2
-0
/
+5
*
Remove stray code alignment (.align 16 and .align 4 directives)
Denis Vlasenko
2007-07-29
4
-4
/
+0
*
Apply patch as submitted by Blue Smurfy Swirly <blauwirbel@gmail.com> for Spa...
"Steven J. Hill"
2007-07-18
1
-0
/
+6
*
Correct return value. Pointed out by psm.
Joakim Tjernlund
2007-06-04
1
-1
/
+1
*
fix ld.so.cache handling on no-mmu setups
Mike Frysinger
2007-04-17
2
-1
/
+7
*
Bernd Schmidt writes:
Joakim Tjernlund
2007-03-31
3
-55
/
+86
*
#1273 if EXTRAVERSION is set, make sure we respect it
Mike Frysinger
2007-03-19
2
-2
/
+2
*
Carmelo Amoroso writes:
Joakim Tjernlund
2007-03-13
1
-0
/
+1
*
Carmelo Amoroso writes:
Joakim Tjernlund
2007-03-13
1
-0
/
+33
*
make sure we have rtld_hidden_def(_dl_debug_state)
Mike Frysinger
2007-02-21
1
-0
/
+1
*
Make _dl_malloc alignment arch configurable.
Joakim Tjernlund
2007-02-17
3
-3
/
+13
*
Fix dlopen for static apps.
Joakim Tjernlund
2007-02-16
1
-2
/
+12
*
use /*...*/ comments rather than #... so we can preprocess
Mike Frysinger
2007-02-13
1
-16
/
+16
*
- see if defined foo before trying to look at the value of foo (that should b...
Bernhard Reutner-Fischer
2007-01-29
1
-1
/
+1
*
fix from Bernd Schmidt to make sure _dl_debug_state isnt optimized away and d...
Mike Frysinger
2007-01-28
1
-1
/
+6
*
as pointed out by Jocke, use "2" for actual error messages and _dl_debug_file...
Mike Frysinger
2007-01-28
1
-6
/
+6
*
Fix libdl bug reported by Cedric Hombourger in
Joakim Tjernlund
2007-01-26
2
-30
/
+32
*
Joseph S. Myers writes:
Joakim Tjernlund
2007-01-09
1
-2
/
+2
*
Support SecurePLTs for PowerPC. You need a toolchain that supports
Joakim Tjernlund
2007-01-05
3
-58
/
+114
*
bits/kernel_stat.h is for internal uClibc use only, fix a few other
Eric Andersen
2006-12-06
1
-1
/
+2
*
Use constant pool instead of and adr
Khem Raj
2006-11-21
1
-15
/
+11
*
Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include L1...
Mike Frysinger
2006-11-17
7
-0
/
+1605
*
Bernd Schmidt writes:
Mike Frysinger
2006-11-17
2
-2
/
+7
*
revert rev 16527 changes to ldso/ldso/dl-hash.c
Eric Andersen
2006-11-16
1
-42
/
+20
*
Paul Brook writes:
Eric Andersen
2006-11-16
1
-5
/
+9
*
This change reimplements the ARM _dl_linux_resolve entry point - this is
Eric Andersen
2006-11-10
3
-53
/
+192
*
arm thumb:
Eric Andersen
2006-11-10
1
-0
/
+35
*
mips64 patch from Atsushi Nemoto:
Eric Andersen
2006-11-04
4
-27
/
+224
*
Make _dl_linux_resolve interworking safe. Thanks Paul Brook
Khem Raj
2006-10-10
1
-0
/
+6
*
fixup from Bernd Schmidt to properly document DL_ADDR_TO_FUNC_PTR
Mike Frysinger
2006-10-07
1
-3
/
+9
*
Bernd Schmidt writes:
Mike Frysinger
2006-10-07
2
-10
/
+25
*
Don't use r10 to find PIC base. In GCC 4.1.1 onwards ARM PIC handling uses ps...
Khem Raj
2006-10-07
1
-5
/
+29
*
merge some more FDPIC related fixes from Bernd Schmidt
Mike Frysinger
2006-09-19
6
-16
/
+27
*
patch from Bernd Schmidt to abstract away initializing of relocation addresses
Mike Frysinger
2006-07-05
7
-46
/
+84
*
patch from Bernd Schmidt to abstract away initializing of prog load addresses
Mike Frysinger
2006-07-05
2
-1
/
+9
*
convert #if 0 code to _dl_if_debug_print()
Mike Frysinger
2006-07-05
1
-11
/
+8
*
patch from Bernd Schmidt to abstract away load address types
Mike Frysinger
2006-07-05
8
-13
/
+25
*
patch from Bernd Schmidt to abstract away load address checks
Mike Frysinger
2006-07-05
2
-7
/
+18
*
fixup my copyright notice, trim stale remnants of older notices which
Eric Andersen
2006-07-05
1
-2
/
+1
*
update license
Mike Frysinger
2006-07-05
7
-144
/
+45
*
missed an ElfW(Addr) change
Mike Frysinger
2006-07-05
1
-1
/
+1
*
patch from Bernd Schmidt to abstract away load addresses
Mike Frysinger
2006-07-05
2
-3
/
+12
*
use ElfW(Addr) in more places
Mike Frysinger
2006-07-05
4
-19
/
+14
*
revert fdpic patch so we can merge it in bit by bit
Mike Frysinger
2006-07-05
9
-167
/
+78
[prev]
[next]