summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/arch
AgeCommit message (Expand)Author
2010-01-14Make DEBUG build compile.skrll
2010-01-14Wrap a few long lines.skrll
2010-01-14Shut gcc up.skrll
2010-01-13Shut gcc up.skrll
2010-01-13PR/39240: Satoshi Suetake: Don't fail when attempting to resolve weak symbolschristos
2010-01-09Small tidyup.skrll
2009-12-18use COPTS for -G0.mrg
2009-12-14Merge from matt-nb5-mips64:matt
2009-12-13simplify the logic for compat ld.elf_so and move it here. we now canmrg
2009-12-13rename LD32DIR to MLIBDIR.mrg
2009-11-11Add RCSIDskrll
2009-11-04Fix start symbols for new binutils.skrll
2009-10-22Fix start symbol for newer binutils.skrll
2009-09-25ld.elf_so grew more PLABELS with dlinfo so bump HPPA_PLABEL_PRE.skrll
2009-09-19Fix start symbol. I have no idea how this worked before.skrll
2009-09-12Fix the start symbol.skrll
2009-08-29Remove trailing \n in calls to _rtld_error: a newline is automaticallyjmmv
2009-05-24Apply fix borrowed from i386: Fix const issue (cast const pointershe
2009-05-24Copy build fix from i386: Fix const issues (cast const pointershe
2009-05-23After a recent WARNS= bump on ld.elf_so it fails to build on hppa,mjf
2009-05-22Use the new Elf_SOff (signed offset) type to fix a few signed/unsignedmartin
2009-05-20fix signed/unsigned comparisons and const cast away (untested)christos
2009-03-16Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t")lukem
2009-03-16Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t")lukem
2009-03-15rename a variable to avoid a compiler warninglukem
2009-01-06move the defines for RTLD_ARCH_SUBDIR into a sub-sub-makefile so we canmrg
2008-10-26if LD32DIR is defined:mrg
2008-07-24RCSID policeskrll
2008-07-24Refactor common code to _rtld_relocate_plt_object to i386 and arm so theymatt
2008-07-23abort() if we are trying to use an undefined weak symbol from the plt. Removechristos
2008-07-22handle sym_zero like x86_64; other ports might need this too.christos
2008-07-21deal specially with sym_zero, returned by a weak symbol that was not found,christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-04-08Remove support for NetBSD/{,evb}sh5.scw
2007-02-23Remove MD COMBRELOC support since it's now MI.matt
2007-02-15Add COMBRELOC supportmartin
2007-02-15Provide COMBRELOC support for amd64 in answer to PR/35589.skrll
2006-10-17Create _rtld_relocate_plt_object and use it in _rtld_bind andskrll
2006-10-17Support unaligned DIR32 relocs.skrll
2006-10-16Reformat a comment.skrll
2006-10-16Correct the frame size for a couple of ENTRYsskrll
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