OSDN Git Service

- fix generation of sysnum.h for parallel builds, second take.
[uclinux-h8/uClibc.git] / ldso /
2008-03-26 Bernhard Reutner... Paul Brook writes:
2008-03-25 Carmelo AmorosoAdd missing cast in pointer assignment
2008-03-11 Carmelo AmorosoMove calculation of rem within if (unlikely statement
2008-03-09 Carmelo AmorosoKhem Raj <kraj@mvista.com> writes:
2008-02-20 Carmelo AmorosoFix typos in comment
2008-02-20 Carmelo AmorosoDo not call _dl_de ug_state() before recording ld.so...
2008-02-12 Bernd SchmidtUse DL_RELOC_ADDR when dealing with DL_LOADADDR_TYPE...
2008-02-08 Bernd SchmidtFix the recent dladdr changes so that they compile...
2008-01-18 Bernd SchmidtUpdate dl-inlines.h from Blackfin repository.
2008-01-18 Carmelo AmorosoThis patch solves a problem in dladdr caused by the...
2008-01-12 Carmelo AmorosoMake sh4 build works again adding a temporary work...
2008-01-12 Carmelo AmorosoMake sh4 build works again adding a temporary work...
2008-01-09 Mike Frysingerfix broken whitespace in many places; no functional...
2008-01-08 Bernd SchmidtSome more Blackfin/FDPIC ldso merging work. Include...
2008-01-08 Mike Frysingerchange NO_UNDERSCORES to just UNDERSCORES so as to...
2008-01-08 Mike Frysingerthe _dl_errno extern already exists in common headers...
2008-01-05 Mike FrysingerChris Zankel writes:
2008-01-05 Mike Frysingerwhitespace only: fix indentation
2007-12-04 Bernd SchmidtBlackfin FD-PIC patch 6/6.
2007-12-03 Bernd SchmidtFix a few warnings introduced by my previous commits.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patches 5/6.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patch 4/6.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patch 3/6.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patch 2/6.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patch 1/6.
2007-12-03 Carmelo AmorosoSome versions of gcc consider inline merely a hint...
2007-11-28 Bernd SchmidtFix merging error: a macro was renamed.
2007-11-23 Bernd SchmidtChange test for a define that got renamed a while ago.
2007-11-16 Carmelo AmorosoIf uClibc's ld.so encounters text relocations in a...
2007-11-16 Carmelo AmorosoAdded AVR32 support to uClibc. Signed-off-by: Hans...
2007-11-09 Carmelo AmorosoDefine _dl_assert in libdl only if __DOASSERTS__ is...
2007-11-07 Carmelo AmorosoAdded support for GNU hash style into dynamic linker
2007-10-21 Joakim TjernlundHandle STT_COMMON symbols too. Following binutils release
2007-10-13 Bernhard Reutner... - use the compiler-driver instead of the linker
2007-10-08 Mike FrysingerDo string comparisos as late as possible during symbol...
2007-09-28 Mike FrysingerMake sure that the DSO has an hash table into its elf...
2007-09-15 Mike FrysingerBlue Swirl writes:
2007-07-29 Denis VlasenkoRemove stray code alignment (.align 16 and .align 4...
2007-07-18 "Steven J. Hill"Apply patch as submitted by Blue Smurfy Swirly <blauwir...
2007-06-04 Joakim TjernlundCorrect return value. Pointed out by psm.
2007-04-17 Mike Frysingerfix ld.so.cache handling on no-mmu setups
2007-03-31 Joakim TjernlundBernd Schmidt writes:
2007-03-19 Mike Frysinger#1273 if EXTRAVERSION is set, make sure we respect it
2007-03-13 Joakim TjernlundCarmelo Amoroso writes:
2007-03-13 Joakim TjernlundCarmelo Amoroso writes:
2007-02-21 Mike Frysingermake sure we have rtld_hidden_def(_dl_debug_state)
2007-02-17 Joakim TjernlundMake _dl_malloc alignment arch configurable.
2007-02-16 Joakim TjernlundFix dlopen for static apps.
2007-02-13 Mike Frysingeruse /*...*/ comments rather than #... so we can preprocess
2007-01-29 Bernhard Reutner... - see if defined foo before trying to look at the value...
2007-01-28 Mike Frysingerfix from Bernd Schmidt to make sure _dl_debug_state...
2007-01-28 Mike Frysingeras pointed out by Jocke, use "2" for actual error messa...
2007-01-26 Joakim TjernlundFix libdl bug reported by Cedric Hombourger in
2007-01-09 Joakim TjernlundJoseph S. Myers writes:
2007-01-05 Joakim TjernlundSupport SecurePLTs for PowerPC. You need a toolchain...
2006-12-06 Eric Andersenbits/kernel_stat.h is for internal uClibc use only...
2006-11-21 Khem RajUse constant pool instead of and adr
2006-11-17 Mike FrysingerBernd Schmidt writes: [blackfin updates] add support...
2006-11-17 Mike FrysingerBernd Schmidt writes:
2006-11-16 Eric Andersenrevert rev 16527 changes to ldso/ldso/dl-hash.c
2006-11-16 Eric AndersenPaul Brook writes:
2006-11-10 Eric AndersenThis change reimplements the ARM _dl_linux_resolve...
2006-11-10 Eric Andersenarm thumb:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-10-10 Khem RajMake _dl_linux_resolve interworking safe. Thanks Paul...
2006-10-07 Mike Frysingerfixup from Bernd Schmidt to properly document DL_ADDR_T...
2006-10-07 Mike FrysingerBernd Schmidt writes:
2006-10-07 Khem RajDon't use r10 to find PIC base. In GCC 4.1.1 onwards...
2006-09-19 Mike Frysingermerge some more FDPIC related fixes from Bernd Schmidt
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away initializing...
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away initializing...
2006-07-05 Mike Frysingerconvert #if 0 code to _dl_if_debug_print()
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load address...
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load address...
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-07-05 Mike Frysingerupdate license
2006-07-05 Mike Frysingermissed an ElfW(Addr) change
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load addresses
2006-07-05 Mike Frysingeruse ElfW(Addr) in more places
2006-07-05 Mike Frysingerrevert fdpic patch so we can merge it in bit by bit
2006-06-30 Mike FrysingerBernd Schmidt writes: abstract away addresses so we...
2006-06-30 Mike FrysingerBernd Schmidt writes: too many semicolons!
2006-06-19 Mike Frysingereat extraneous ; and insert some whitespace where it...
2006-06-19 Mike Frysingereat whitespace
2006-06-07 Mike Frysingeruse unsigned long like every other port as pointed...
2006-04-20 Mike Frysingeradd a note as to why mips is special
2006-04-12 Eric Andersendoh, forgot to copy the final \0
2006-04-12 Eric Andersenmicro-optimization -- we already know how long the...
2006-04-12 Eric Andersencleanup whitespace
2006-04-12 Eric Andersenfixup a big 'ol memory leak in search_for_named_library()
2006-03-24 Peter S. Mazingertypo stderrr
2006-03-23 Peter S. Mazingerforgotten to update gettimeofday here as well
2006-03-08 Mike Frysingermacro out the /10 operation so arches can have their...
2006-03-07 Peter S. MazingerRemove additional endif pointed out by vapier
2006-03-07 Peter S. MazingerAdd UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp...
2006-03-02 Mike Frysingermake all the warnings the same and add line #s so we...
2006-03-02 Mike Frysingerkill spurious semicolons
2006-03-02 Mike Frysingerclean out arch subdirs as well
2006-02-23 Peter KjellerstedtAdded support for the new CRISv32 architecture.
2006-02-23 Peter KjellerstedtMoved the definition of MMAP2_PAGE_SHIFT from ldso...
next