summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/arch/alpha
AgeCommit message (Expand)Author
2017-08-10Add IRELATIVE support for ARM, X86 and PowerPC.joerg
2017-06-19Replace COMBREL with just-in-time check in _rtld_relocate_nonplt_objects.joerg
2014-08-25Add basic support for indirect functions. It allows providing a publicjoerg
2011-03-31Enable TLS for alpha - a 2nd class^Wtier system in pookaBSD^WNetBSDskrll
2011-03-25Add basic locking to ld.elf_so.joerg
2010-09-30Introduce a new type Elf_Symindx for use in decoding the symbol hash tableskrll
2010-08-06Reduce header pollution for mdreloc.c. Make Obj_Entry argument ofjoerg
2010-01-14Wrap a few long lines.skrll
2010-01-14Shut gcc up.skrll
2010-01-13PR/39240: Satoshi Suetake: Don't fail when attempting to resolve weak symbolschristos
2009-08-29Remove trailing \n in calls to _rtld_error: a newline is automaticallyjmmv
2009-05-24Copy build fix from i386: Fix const issues (cast const pointershe
2008-07-24Refactor common code to _rtld_relocate_plt_object to i386 and arm so theymatt
2007-02-23Remove MD COMBRELOC support since it's now MI.matt
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-08-20Add __RCSID.skrll
2005-08-15KNFskrll
2005-06-08appease gcc -Wuninitializedfair
2005-06-04Explicitly prefix ld(1) options in LDFLAGS with "-Wl," rather thanlukem
2005-05-25Support LD_BIND_NOW for alpha.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-07-24ANSIfy and de-__P().skrll
2002-10-05Minor cleanup.mycroft
2002-10-03Skip the lazy PLT relocation if relocbase==0 (useful if libraries are loadedmycroft
2002-09-26Remove the `self' args to _rtld_relocate_objects() andmycroft
2002-09-25Push the _rtld_bind() interface into MD code -- it's just a trivial wrappermycroft
2002-09-21Add combreloc code here too.mycroft
2002-09-14It is possible for reloc entries to point to unaligned locations; handlethorpej
2002-09-13Do not use the implicit addend on REFQUAD relocs (same as GLOB_DAT).mycroft
2002-09-12Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit.mycroft
2002-09-12_rtld_bind_start() is not used in MI code, so declare it in the MD code.mycroft
2002-09-12Update comments.mycroft
2002-09-12Pass the calculated relocation offset down to _rtld().mycroft
2002-09-11We don't use _GLOBAL_OFFSET_TABLE_ any more, so don't .global it.mycroft
2002-09-11The ld script is no longer necessary.mycroft
2002-09-11Implement _rtld_relocate_nonplt_self() on Alpha.mycroft
2002-09-09Sync with current binutils.mycroft
2002-09-08Fix a serious performance problem for large programs on the Alpha.thorpej
2002-09-06Pass down an additional flag to _rtld_relocate_nonplt_objects() whichmycroft
2002-09-06Introduce a new flag, `isdynamic', which is used to remember whether themycroft
2002-09-06Re-poison a lot of consts, now that the mark shite is gone.mycroft
2002-09-06Split _rtld_relocate_plt_object() into two MD functions:mycroft
2002-09-05Partially fix up some debug printf()s that don't need to use defobj.mycroft
2002-09-05A few things:mycroft
2002-09-05Fix one indentation error.mycroft
2002-09-05Rename _rtld_relocate_nonplt_object() to _rtld_relocate_nonplt_objects(),mycroft
2002-09-05Split _rtld_relocate_nonplt_object() into separate MD files.mycroft
2002-09-05Make _rtld_setup_pltgot() a consistent interface on all platforms.mycroft