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
/
reloc.c
Age
Commit message (
Expand
)
Author
2010-01-16
Remove cargo cult dlinfo entry point.
skrll
2010-01-15
Put the dlopen,and friends entry points back.
skrll
2010-01-14
Remove the entry points for dlopen() and friends. They haven't been used
skrll
2010-01-13
PR/39240: Satoshi Suetake: Don't fail when attempting to resolve weak symbols
christos
2009-09-24
Add Solarisa-like dlinfo() interface to the ELF dynamic linker.
pooka
2008-07-29
Make sure to call dlerror() to clear any error messages after the relocations
matt
2006-03-04
Add LD_BIND_NOW support for mips.
skrll
2005-07-28
Add support for immediate PLT binding on SH5. Compile tested only as
skrll
2005-07-28
Support immediate PLT binding on powerpc. Thanks to Simon Burge for
skrll
2005-07-26
Support immediate PLT binding on m68k. Tested on NetBSD/sun3 using the new
skrll
2005-07-24
Support immediate PLT binding on vax. Tested on simh.
skrll
2005-07-17
Support immediate binding on x86_64.
skrll
2005-05-31
Support LD_BIND_NOW on sh3..
skrll
2005-05-25
Support LD_BIND_NOW for alpha.
skrll
2005-01-09
Add LD_BIND_NOW support for sparc and remove some relocation types that
martin
2005-01-05
Add LD_BIND_NOW support for sparc64.
martin
2004-10-22
Add __RCSIDs.
skrll
2004-07-17
Don't print relocated content (in DEBUG mode) as it can cause
petrov
2004-05-17
Fix the dynamic linker for hppa using ELF.
skrll
2004-05-12
Add a debug message.
skrll
2003-08-12
Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works.
skrll
2003-07-24
ANSIfy and de-__P().
skrll
2003-07-21
Support immediate binding on arm.
skrll
2002-12-14
Remove comment which is not true any more. alpha and i386 support
junyoung
2002-11-25
Back out the last two changes. They were misguided, and the code worked
mycroft
2002-11-22
Now _rtld_relocate_objects() returns with error as soon as any of
junyoung
2002-11-21
Simplify code a bit.
junyoung
2002-09-26
Remove the `self' args to _rtld_relocate_objects() and
mycroft
2002-09-25
Push the _rtld_bind() interface into MD code -- it's just a trivial wrapper
mycroft
2002-09-24
Put back the `in_plt' nonsense for now.
mycroft
2002-09-24
Reverse the previous patch, but make the dbg()s more informative.
mycroft
2002-09-24
G/c dbg()'s.
junyoung
2002-09-23
Several small changes that shave 7-8% off the simple-exec-loop test:
mycroft
2002-09-17
Make immediate binding work again by actually implementing
junyoung
2002-09-13
_rtld_bind() is not used on MIPS. Should probably move it to MD code.
mycroft
2002-09-12
Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit.
mycroft
2002-09-06
Pass down an additional flag to _rtld_relocate_nonplt_objects() which
mycroft
2002-09-06
Introduce a new flag, `isdynamic', which is used to remember whether the
mycroft
2002-09-06
More const poisoning. Now the entire _rtld_bind() path useds a const Obj_Entry.
mycroft
2002-09-06
Split _rtld_relocate_plt_object() into two MD functions:
mycroft
2002-09-05
A few things:
mycroft
2002-09-05
Rename _rtld_relocate_nonplt_object() to _rtld_relocate_nonplt_objects(),
mycroft
2002-09-05
Split _rtld_relocate_nonplt_object() into separate MD files.
mycroft
2002-09-05
Split MIPS relocation goo into mips_reloc.c.
mycroft
2002-09-05
Simplify a couple of tests to !__mips__.
mycroft
2002-09-05
Combine the code that skips COPY relocs on most platforms (other than MIPS).
mycroft
2002-09-05
Remove unused arguments of _rtld_find_symdef().
junyoung
2002-09-05
Remove support for PowerPC static relocations, which are not present in shared
mycroft
2002-09-05
Make _rtld_setup_pltgot() a consistent interface on all platforms.
mycroft
2002-07-10
Add support for dynamic linking on HP PA-RISC.
fredette
[next]