#
ce099b40 |
| 28-Apr-2008 |
martin <martin@NetBSD.org> |
Remove clause 3 and 4 from TNF licenses
|
#
33131cb2 |
| 01-Mar-2003 |
mycroft <mycroft@NetBSD.org> |
Update copyright.
|
#
eea1001a |
| 27-Feb-2003 |
mycroft <mycroft@NetBSD.org> |
Adjust for the fact that the GOT is all 0s in new binutils -- do the trick of disassembling a call to _DYNAMIC to determine its real address, and using the first entry of the GOT as its base-relative
Adjust for the fact that the GOT is all 0s in new binutils -- do the trick of disassembling a call to _DYNAMIC to determine its real address, and using the first entry of the GOT as its base-relative address.
It's evil, but it works.
show more ...
|
#
f1c792d6 |
| 26-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Make the stack frame 96 bytes, like GCC does.
|
#
bde7a965 |
| 26-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Tweak the save instruction in the PLT stub rather than adding an instruction to the binder entry stub...
|
#
d314d82b |
| 26-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Allocate space for the argument space area in both _rtld_start() and _rtld_bind_start(). Not needed normally, but if we compile ld.elf_so with -g, it blows up without this.
|
#
9e31b448 |
| 25-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
There is no need to save and restore a second register window in the binder stub.
|
#
ebf50cdf |
| 12-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Update comments.
|
#
5ee0e5e1 |
| 12-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Pass the calculated relocation offset down to _rtld().
|
#
aa1330ce |
| 11-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Do the _rtld_relocate_nonplt_self() thing for SPARC.
|
#
d22977bb |
| 09-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Indent branch delay instructions.
|
#
c127ff08 |
| 09-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Nuke RTLD_RELOCATE_SELF for SPARC.
|
#
77aa6b2a |
| 01-Mar-1999 |
christos <christos@NetBSD.org> |
- Use c style comments. - & -> and - align 4 in both functions for consistency.
|
#
62b98a96 |
| 01-Mar-1999 |
kim <kim@NetBSD.org> |
Make mkdep succeed (use matching quotes in comment).
|
#
801d8e5b |
| 26-Feb-1999 |
pk <pk@NetBSD.org> |
Implement rtld_bind() stub. Fix startup code.
|
#
62926e7e |
| 24-Feb-1999 |
christos <christos@NetBSD.org> |
Work in progress (does not work yet).
|