index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
ld.elf_so
/
arch
/
sparc
Age
Commit message (
Expand
)
Author
2023-06-04
Fix interactions of initial-exec TLS model and dlopen
joerg
2023-06-02
follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.
andvar
2018-04-03
Rework ifunc support to address a number of short comings:
joerg
2018-03-29
Move the complex logic for dynamically writing branches from ld.elf_so
joerg
2018-03-25
Don't skip PLT processing for the main binary. It can still contain
joerg
2017-08-12
Add sparc/sparc64 support for irelative relocations.
joerg
2017-08-10
Add IRELATIVE support for ARM, X86 and PowerPC.
joerg
2017-06-19
Replace COMBREL with just-in-time check in _rtld_relocate_nonplt_objects.
joerg
2017-06-15
Fix indentation.
joerg
2014-08-25
Add basic support for indirect functions. It allows providing a public
joerg
2011-03-31
Add missing comma.
nakayama
2011-03-30
Add support for TLS relocations
martin
2011-03-25
Add basic locking to ld.elf_so.
joerg
2010-08-06
Reduce header pollution for mdreloc.c. Make Obj_Entry argument of
joerg
2010-01-13
PR/39240: Satoshi Suetake: Don't fail when attempting to resolve weak symbols
christos
2009-12-13
simplify the logic for compat ld.elf_so and move it here. we now can
mrg
2009-12-13
rename LD32DIR to MLIBDIR.
mrg
2009-03-16
Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t")
lukem
2009-01-06
move the defines for RTLD_ARCH_SUBDIR into a sub-sub-makefile so we can
mrg
2008-10-26
if LD32DIR is defined:
mrg
2008-07-24
Refactor common code to _rtld_relocate_plt_object to i386 and arm so they
matt
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2006-05-20
in _rtld_bind() initialise result to appease GCC4.
mrg
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-08-20
Add __RCSID.
skrll
2005-08-15
KNF
skrll
2005-06-04
Explicitly prefix ld(1) options in LDFLAGS with "-Wl," rather than
lukem
2005-01-09
Add LD_BIND_NOW support for sparc and remove some relocation types that
martin
2005-01-05
Add support for unaligned relocs on sparc, from PR 26858.
martin
2004-02-21
Move common LDFLAGS into Makefile from arch/*/Makefile.inc
skrll
2004-02-20
Whitespace.
skrll
2003-07-24
ANSIfy and de-__P().
skrll
2003-03-01
Update copyright.
mycroft
2003-02-27
Adjust for the fact that the GOT is all 0s in new binutils -- do the trick of
mycroft
2002-09-26
Remove the `self' args to _rtld_relocate_objects() and
mycroft
2002-09-26
Remove a meaningless bit from a rdbg().
mycroft
2002-09-26
Make the stack frame 96 bytes, like GCC does.
mycroft
2002-09-26
Tweak the save instruction in the PLT stub rather than adding an instruction
mycroft
2002-09-26
Allocate space for the argument space area in both _rtld_start() and
mycroft
2002-09-25
For consistency, use Elf_Word* to point to code, not Elf_Addr*.
mycroft
2002-09-25
There is no need to save and restore a second register window in the binder
mycroft
2002-09-25
Push the _rtld_bind() interface into MD code -- it's just a trivial wrapper
mycroft
2002-09-24
Remove vestiges of VARPSZ.
mycroft
2002-09-12
Nuke -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-12
Update comments.
mycroft
2002-09-12
Pass the calculated relocation offset down to _rtld().
mycroft
2002-09-11
This ld script is no longer necessary.
mycroft
2002-09-11
Do the _rtld_relocate_nonplt_self() thing for SPARC.
mycroft
2002-09-09
Indent branch delay instructions.
mycroft
[next]