summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* support building out-of-treeBernhard Reutner-Fischer2009-08-172-0/+4
* Blackfin: rename __dl_boot to __startMike Frysinger2009-07-232-11/+8
* Blackfin: fix incorrect attribute orderMike Frysinger2009-07-231-1/+2
* Blackfin: add elf_machine_load_address() stubMike Frysinger2009-07-231-0/+8
* ldso: fix building for FDPIC systemsMike Frysinger2009-07-231-1/+1
* silence warnings in Blackfin ldso codeMike Frysinger2009-07-233-3/+3
* Blackfin: add support for automatic loading of L2 SRAM regionsJie Zhang2009-07-231-17/+36
* fix building for systems w/out ldso supportMike Frysinger2009-07-201-0/+5
* Avoid type-punned pointers that break strict-aliasingRon2009-07-052-2/+5
* Move extern prototype out of function scopeRon2009-07-051-1/+2
* Blackfin: make sure all relocs are uppercaseMike Frysinger2009-06-013-14/+14
* for sparc v8 MAGIC1 was defined incorrectlyaustinf2009-04-111-1/+1
* sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldsoaustinf2009-04-111-1/+1
* Fix the ifdef logic broken by last commit for !defined (__mcoldfire__)Khem Raj2009-04-091-3/+1
* The attached patches fixes the problems found bringing up uclibc on coldfire Khem Raj2009-04-093-9/+30
* Use __always_inline instead of __inline__Carmelo Amoroso2009-03-0511-38/+38
* - fix weak ssp symbol on some arches (Peter S. Mazinger)Bernhard Reutner-Fischer2009-02-231-8/+6
* Remove check for the relocation type check in the resolver,Carmelo Amoroso2009-01-2813-91/+0
* 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