summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/arch
AgeCommit message (Expand)Author
2006-06-28Fix unaligned loads and stores generated by gcc4. Problem described insimonb
2006-05-23in _rtld_bind() initialise new_value for GCC4.mrg
2006-05-21avoid more GCC4 uninitialised variable problems. (sh3 known, vax guessed.)mrg
2006-05-20appease gcc4 uninitialiased warningdan
2006-05-20in _rtld_bind() initialise result to appease GCC4.mrg
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-03Remove empty lines.skrll
2006-03-18Coverity CID 923: Avoid NULL deref.christos
2006-03-04Add LD_BIND_NOW support for mips.skrll
2006-01-11Add some comments.uwe
2006-01-11Kill trailing whitespace.uwe
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-09-27ok, the change from rev 1.33 was unnecessary after all,chs
2005-09-26fix two problems with icache invalidation of the PLT:chs
2005-08-20Add __RCSID.skrll
2005-08-15KNFskrll
2005-07-28Add support for immediate PLT binding on SH5. Compile tested only asskrll
2005-07-28Support immediate PLT binding on powerpc. Thanks to Simon Burge forskrll
2005-07-26Support immediate PLT binding on m68k. Tested on NetBSD/sun3 using the newskrll
2005-07-24Support immediate PLT binding on vax. Tested on simh.skrll
2005-07-17Support immediate binding on x86_64.skrll
2005-06-08appease gcc -Wuninitializedfair
2005-06-07Initialize a bunch of local variables in _rtld_relocate_nonplt_self().he
2005-06-05appease gcc -Wuninitialized on hp700.chs
2005-06-04Explicitly prefix ld(1) options in LDFLAGS with "-Wl," rather thanlukem
2005-06-01appease gcc -Wuninitializedlukem
2005-05-31Support LD_BIND_NOW on sh3..skrll
2005-05-25Support LD_BIND_NOW for alpha.skrll
2005-05-21Copyright maintenance.skrll
2005-01-09Add LD_BIND_NOW support for sparc and remove some relocation types thatmartin
2005-01-05Add support for unaligned relocs on sparc, from PR 26858.martin
2005-01-05Add LD_BIND_NOW support for sparc64.martin
2004-12-17ELF32_ST_TYPE -> ELF_ST_TYPEmycroft
2004-12-15Apply fixes from Charles:skrll
2004-09-14Preserve r2 in _rtld_bind_start - in r2 functions that returnuwe
2004-08-21Check the type of symbols; if it's a Thumb function, then set the Thumbrearnsha
2004-08-21Use BX if available.rearnsha
2004-05-17Fix the dynamic linker for hppa using ELF.skrll
2004-05-14Wrap a couple of lines to <80 columnsskrll
2004-05-14Whitespace.skrll
2004-04-28The -symbolic flag in gcc 2.95.3 is not passed to the linker, which ismhitch
2004-02-23Remove the millicode hack - its not needed anymore.skrll
2004-02-21Add the standard XXX about CPPFLAGS and -fpic here.skrll
2004-02-21Move common LDFLAGS into Makefile from arch/*/Makefile.incskrll
2004-02-20Whitespace.skrll
2004-02-18Salvage the instruction to save the pointer to ps_strings for later useenami
2003-11-19Restore handling of reloc entries that point to unaligned locationssimonb
2003-10-06Update to new reality. XXX _rtld_bind still needs to be written.matt
2003-09-24Make the effect of the hack clearer.mycroft
2003-09-24One more tweak...mycroft