summaryrefslogtreecommitdiff
path: root/ldso/ldso/arm
AgeCommit message (Expand)Author
2018-11-01Add support for Thumb-only processors.Christophe Lyon
2018-08-10rtld: Avoid crash on R_ARM_NONE relocationChristophe Lyon
2018-08-10rtld: Add lazy binding supportChristophe Lyon
2018-08-10rtld: Add startup codeChristophe Lyon
2018-08-10rtld: Add FDPIC code for armChristophe Lyon
2018-06-06remove unused assembler functions for armFlorian La Roche
2017-06-21remove the not useful disclaimerWaldemar Brodkorb
2017-06-21remove editor hints for viWaldemar Brodkorb
2017-01-14ldso: do not resolve relocations for debug, dig them up when debuggingWaldemar Brodkorb
2016-09-26use a single libc and deduplicate threading codeWaldemar Brodkorb
2015-04-24merge uClibc changesWaldemar Brodkorb
2015-04-22arm: Add BX and BXC macrosBernhard Reutner-Fischer
2015-01-01explicitly cast (even though this casting is not very nice)Thorsten Glaser
2015-01-01make __dl_start, whose address is taken, into a real object typeThorsten Glaser
2014-06-12arm: move check for BX to its own headerYann E. MORIN
2014-01-15ldso: arm, metag: Use runtime pagesizeBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15ldso: use _dl_strdup and _dl_dprintf only in ld-uClibc.soPeter S. Mazinger
2012-06-15ldso: use .arm mode for resolver unconditionallyBernhard Reutner-Fischer
2012-03-29ldso: mark _start hiddenMike Frysinger
2012-03-25ldso: use ELF_xxx()/ElfW() helpersMike Frysinger
2011-10-14ldso: silence harmless warning for !LDSO_PRELINK_SUPPORTBernhard Reutner-Fischer
2011-10-06ldso: merge duplicate dl-syscalls.h code to common headerMike Frysinger
2011-10-01ldso: constify reloc array itselfMike Frysinger
2011-07-01ldso: arm: fix build when prelinking is enabled.Carmelo Amoroso
2011-06-24Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-06-11ARM: #include <bits/arm_asm.h> where __USE_BX__ is usedYann E. MORIN
2011-01-21Merge remote branch 'origin/master' into prelinkCarmelo Amoroso
2011-01-20Add protected symbols support for all architecturesSalvatore Cro
2011-01-20Revert "ldso/arm: Correct protected symbol resolution"Carmelo Amoroso
2010-10-11ldso: Extend prelink support for all other achitecturesFilippo Arcidiacono
2010-07-21ldso/arm: Correct protected symbol resolutionKhem Raj
2010-04-12Merge remote branch 'origin/master' into nptlAustin Foxley
2010-04-12silence warning about undefined preprocessor tokenBernhard Reutner-Fischer
2010-02-17Add missing libgcc_s.h header.Khem Raj
2009-10-15ldso: clean up breakage in tls mergeMike Frysinger
2009-09-26ldso/: tls support for dynamic linkerAustin Foxley
2009-07-05Move extern prototype out of function scopeRon
2009-03-05Use __always_inline instead of __inline__Carmelo Amoroso
2009-01-28Remove check for the relocation type check in the resolver,Carmelo Amoroso
2009-01-04ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.Denis Vlasenko
2008-12-03- Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer
2008-10-24- tidy up inline:Bernhard Reutner-Fischer
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2008-09-25- ARMV5 can use STRD and LDRD access instructions but these accesses need to beBernhard Reutner-Fischer
2008-09-15- commentary typo fixBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-07-23- fix asm and volatile keywordsBernhard Reutner-Fischer
2008-04-24- fixup asm. No object-code changesBernhard Reutner-Fischer
2008-03-26Paul Brook writes:Bernhard Reutner-Fischer