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
/
vax
/
rtld_start.S
Age
Commit message (
Expand
)
Author
2014-08-17
Add proper registers for register counts.
matt
2014-08-17
add a missing register prefix.
matt
2014-03-22
Make sure r1 is preserved _rtld_bind_start.
matt
2014-03-21
Simplify. If we got called via a calls $n, *pcrel32, instead of constructing
matt
2014-03-19
Save actual start of function, not address of entry mask on the stack.
joerg
2014-03-19
Fix two bugs. (jump past entry mask, fix insv)
matt
2014-03-19
Once we know the bound routine, rebuilt a new callframe that can be unwound
matt
2014-03-18
Add .cfi ops so that one can unwind through this.
matt
2003-03-02
Shorten rtld_start() slightly -- there's a base-relative _DYNAMIC pointer at
mycroft
2002-10-05
Minor cleanup.
mycroft
2002-09-27
We don't need to save r7, either...
mycroft
2002-09-27
Put back the short-circuiting code -- Matt claims there are functions that rely
mycroft
2002-09-27
1) There is no reason to flush the I$ here, given that we do not modify any
mycroft
2002-09-27
Save one more instruction.
mycroft
2002-09-26
Save relocbase in %r10, not %r1.
mycroft
2002-09-26
Implement a self-relocate function for the VAX.
mycroft
2002-09-12
Figure out the relocation offset and pass it to _rtld().
mycroft
2002-02-24
Change to use a register prefix.
matt
2000-08-07
Simplify some stuff.
matt
2000-07-17
More VAX ELF changes.
matt
2000-07-14
No need for RELOCATE_SELF since the VAX does real PIC. Rewrite the bind
matt
2000-07-03
Update to current <machine/asm.h>
matt
2000-05-22
minor fix now that i've defined the plt0 entry.
matt
1999-08-21
Initial VAX ELF32 support (mostly untested). It's checked primarily for
matt