OSDN Git Service

Partially revent "make utils" fix. This version is less intrusive,
[uclinux-h8/uClibc.git] / ldso /
2009-01-28 Carmelo AmorosoRemove check for the relocation type check in the resolver,
2009-01-14 Carmelo Amorosoldso: performs bootstrap relocations only if required...
2009-01-12 Carmelo Amorosoldso: do not comment out unused variables, just delete it.
2009-01-11 Denis Vlasenkoreplace yet another _dl_malloc + _dl_memset with _dl_zalloc
2009-01-10 Denis Vlasenkosimple optimizations and style fixes in dynamic loading
2009-01-04 Denis Vlasenkoldso/ldso/dl-startup.c: make _dl_elf_main static; remov...
2008-12-22 Bernhard Reutner... - non-pic support for MIPS (Catherine Moore, clm at...
2008-12-03 Bernhard Reutner... - use proper macros
2008-12-03 Bernhard Reutner... - use proper macro (no obj-code changes)
2008-12-03 Bernhard Reutner... - Use runtime pagesize (Jeremy Kerr)
2008-11-18 Carmelo AmorosoMove _dl_iterate_phdr into libc.so.0 and libc.a (as...
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-11-03 Hans-Christian EgtvedtPrefix variables defined in INIT_GOT define for AVR32...
2008-11-03 Hans-Christian EgtvedtMake sure functions in dl-sysdep.h for AVR32 are always...
2008-11-03 Hans-Christian EgtvedtFix whitespace damage in file.
2008-11-03 Bernhard Reutner... - jmp on coldfire accepts only address registers
2008-10-29 Bernhard Reutner... - fix use after free (Kevin Day)
2008-10-24 Bernhard Reutner... - tidy up inline:
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-09-30 Bernhard Reutner... - avoid warning about undefined preprocessor token
2008-09-30 Bernhard Reutner... - remove shadows declaration of struct st (already...
2008-09-29 Carmelo Amorososh_ldso: Fix typo: missing semi-colon.
2008-09-29 Carmelo AmorosoFix comment.
2008-09-29 Carmelo Amorosoldso: allow undefined references to weak symbols
2008-09-29 Carmelo Amorosolibdl: use stderr consistently.
2008-09-29 Carmelo Amorosoldso: do not use hard-coded fd in _dl_dprintf. Use...
2008-09-25 Bernhard Reutner... - ARMV5 can use STRD and LDRD access instructions but...
2008-09-23 Carmelo Amorosoldso: removed dead code.
2008-09-18 Carmelo AmorosoUse __always_inline for _dl_gettimeofday as well.
2008-09-15 Bernhard Reutner... - commentary typo fix
2008-09-13 Chris Zankelxtensa: Stack unwinding on Xtensa requires that the...
2008-08-27 Bernhard Reutner... - remove a couple of duplicate includes
2008-08-08 Carmelo AmorosoFix SH ldso sequence startup.
2008-08-06 Bernhard Reutner... - some more asm keyword fixes (Yann E. MORIN)
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-07-23 Bernhard Reutner... - fix asm and volatile keywords
2008-07-23 Haavard Skinnemoenavr32: Put underscores around asm, inline, etc.
2008-06-17 Bernhard Reutner... - move stripping into do_ar resp compile-m for the...
2008-06-04 Bernhard Reutner... - strip the targets and not prerequisites
2008-06-03 Bernhard Reutner... - Revert _dl_exit touch-up.
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-06-01 Bernd SchmidtA slight improvement over my previous commit which...
2008-05-30 Bernhard Reutner... - fix the macros rather than the callees as rightfully...
2008-05-30 Bernhard Reutner... - nlist is unsigned. Adjust iterator variables accordin...
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace. No obj-code changes.
2008-05-30 Bernhard Reutner... - fix dependencies of ldso.c
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace.
2008-05-30 Bernhard Reutner... - Avoid warning about missing brace. No obj-code changes.
2008-05-28 Carmelo AmorosoFix the ELF magic number for SPARCV9: by Friedrich...
2008-05-23 Bernhard Reutner... - fix compilation error
2008-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2008-04-24 Bernhard Reutner... - fixup asm. No object-code changes
2008-04-16 Hans-Christian EgtvedtFix whitespace damage in AVR32 part of 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)
next