summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* - fix inline keywordBernhard Reutner-Fischer2008-07-2318-48/+48
* - fix asm and volatile keywordsBernhard Reutner-Fischer2008-07-239-10/+10
* avr32: Put underscores around asm, inline, etc.Haavard Skinnemoen2008-07-232-7/+7
* - move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer2008-06-172-3/+0
* - strip the targets and not prerequisitesBernhard Reutner-Fischer2008-06-042-3/+3
* - Revert _dl_exit touch-up.Bernhard Reutner-Fischer2008-06-031-5/+1
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-1/+5
* A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt2008-06-011-1/+1
* - fix the macros rather than the callees as rightfully noted by bernds (duh!)Bernhard Reutner-Fischer2008-05-303-7/+6
* - nlist is unsigned. Adjust iterator variables accordingly to avoid signednes...Bernhard Reutner-Fischer2008-05-301-2/+2
* - Avoid warning about missing brace. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+2
* - fix dependencies of ldso.cBernhard Reutner-Fischer2008-05-301-1/+8
* - Avoid warning about missing brace.Bernhard Reutner-Fischer2008-05-301-4/+4
* - Avoid warning about missing brace. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+2
* Fix the ELF magic number for SPARCV9: by Friedrich Oslage <bluebird@porno-bul...Carmelo Amoroso2008-05-281-1/+8
* - fix compilation errorBernhard Reutner-Fischer2008-05-231-2/+3
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-201-1/+1
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-2412-32/+32
* Fix whitespace damage in AVR32 part of ldso.Hans-Christian Egtvedt2008-04-164-241/+241
* Paul Brook writes:Bernhard Reutner-Fischer2008-03-261-1/+2
* Add missing cast in pointer assignmentCarmelo Amoroso2008-03-251-1/+1
* Move calculation of rem within if (unlikely statementCarmelo Amoroso2008-03-111-3/+5
* Khem Raj <kraj@mvista.com> writes:Carmelo Amoroso2008-03-091-2/+3
* Fix typos in commentCarmelo Amoroso2008-02-201-1/+1
* Do not call _dl_de ug_state() before recording ld.so. Signed-off-by: Daniel J...Carmelo Amoroso2008-02-201-3/+1
* Use DL_RELOC_ADDR when dealing with DL_LOADADDR_TYPE types. Fixes gnu-hashBernd Schmidt2008-02-121-1/+1
* Fix the recent dladdr changes so that they compile on FD-PIC targets.Bernd Schmidt2008-02-085-9/+10
* Update dl-inlines.h from Blackfin repository.Bernd Schmidt2008-01-181-12/+43
* This patch solves a problem in dladdr caused by the wrong valueCarmelo Amoroso2008-01-185-7/+44
* Make sh4 build works again adding a temporary work-aroundCarmelo Amoroso2008-01-121-4/+7
* Make sh4 build works again adding a temporary work-aroundCarmelo Amoroso2008-01-121-0/+5
* fix broken whitespace in many places; no functional changesMike Frysinger2008-01-098-95/+94
* Some more Blackfin/FDPIC ldso merging work. Include dl-inlines.h when itBernd Schmidt2008-01-083-11/+17
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-082-5/+5
* the _dl_errno extern already exists in common headers, so no need for a local...Mike Frysinger2008-01-081-1/+0
* Chris Zankel writes:Mike Frysinger2008-01-057-1/+653
* whitespace only: fix indentationMike Frysinger2008-01-051-1/+1
* Blackfin FD-PIC patch 6/6.Bernd Schmidt2007-12-043-51/+222
* Fix a few warnings introduced by my previous commits.Bernd Schmidt2007-12-032-3/+3
* Blackfin FD-PIC patches 5/6.Bernd Schmidt2007-12-034-8/+35
* Blackfin FD-PIC patch 4/6.Bernd Schmidt2007-12-031-0/+7
* Blackfin FD-PIC patch 3/6.Bernd Schmidt2007-12-036-14/+61
* Blackfin FD-PIC patch 2/6.Bernd Schmidt2007-12-033-6/+33
* Blackfin FD-PIC patch 1/6.Bernd Schmidt2007-12-033-5/+43
* Some versions of gcc consider inline merely a hint. AVR32 depends on theCarmelo Amoroso2007-12-031-20/+20
* Fix merging error: a macro was renamed.Bernd Schmidt2007-11-281-1/+2
* Change test for a define that got renamed a while ago.Bernd Schmidt2007-11-231-1/+1
* If uClibc's ld.so encounters text relocations in a shared library - one Carmelo Amoroso2007-11-161-0/+7
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso2007-11-168-2/+494
* Define _dl_assert in libdl only if __DOASSERTS__ is defined. Thanks to Peter ...Carmelo Amoroso2007-11-091-7/+16