summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* ldso: performs bootstrap relocations only if required by the arch.Carmelo Amoroso2009-01-1410-31/+69
* ldso: do not comment out unused variables, just delete it.Carmelo Amoroso2009-01-121-1/+0
* replace yet another _dl_malloc + _dl_memset with _dl_zallocDenis Vlasenko2009-01-111-2/+1
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-107-222/+222
* ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.Denis Vlasenko2009-01-0414-43/+23
* - non-pic support for MIPS (Catherine Moore, clm at codesourcery com)Bernhard Reutner-Fischer2008-12-224-4/+155
* - use proper macrosBernhard Reutner-Fischer2008-12-032-3/+3
* - use proper macro (no obj-code changes)Bernhard Reutner-Fischer2008-12-031-1/+1
* - Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer2008-12-0315-80/+13
* Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does).Carmelo Amoroso2008-11-184-34/+22
* - less verbose make cleanBernhard Reutner-Fischer2008-11-072-4/+4
* Prefix variables defined in INIT_GOT define for AVR32 archHans-Christian Egtvedt2008-11-031-4/+4
* Make sure functions in dl-sysdep.h for AVR32 are always inlinedHans-Christian Egtvedt2008-11-031-3/+3
* Fix whitespace damage in file.Hans-Christian Egtvedt2008-11-031-1/+1
* - jmp on coldfire accepts only address registersBernhard Reutner-Fischer2008-11-031-0/+5
* - fix use after free (Kevin Day)Bernhard Reutner-Fischer2008-10-291-3/+5
* - tidy up inline:Bernhard Reutner-Fischer2008-10-247-50/+50
* - use c89-style commentsBernhard Reutner-Fischer2008-10-032-8/+8
* - avoid warning about undefined preprocessor tokenBernhard Reutner-Fischer2008-09-301-1/+1
* - remove shadows declaration of struct st (already declared in function scope)Bernhard Reutner-Fischer2008-09-301-1/+0
* sh_ldso: Fix typo: missing semi-colon.Carmelo Amoroso2008-09-291-1/+1
* Fix comment.Carmelo Amoroso2008-09-291-2/+5
* ldso: allow undefined references to weak symbolsCarmelo Amoroso2008-09-291-3/+6
* libdl: use stderr consistently.Carmelo Amoroso2008-09-291-2/+2
* ldso: do not use hard-coded fd in _dl_dprintf. Use dl_debug_file consinstently.Carmelo Amoroso2008-09-291-6/+6
* - ARMV5 can use STRD and LDRD access instructions but these accesses need to beBernhard Reutner-Fischer2008-09-251-0/+4
* ldso: removed dead code.Carmelo Amoroso2008-09-231-10/+0
* Use __always_inline for _dl_gettimeofday as well.Carmelo Amoroso2008-09-181-1/+1
* - commentary typo fixBernhard Reutner-Fischer2008-09-1513-13/+13
* xtensa: Stack unwinding on Xtensa requires that the return address register a...Chris Zankel2008-09-131-8/+4
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-271-3/+1
* Fix SH ldso sequence startup.Carmelo Amoroso2008-08-081-2/+12
* - some more asm keyword fixes (Yann E. MORIN)Bernhard Reutner-Fischer2008-08-061-1/+1
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-2312-40/+40
* - 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