History log of /netbsd-src/lib/libc/arch/vax/sys/getcontext.S (Results 1 – 6 of 6)
Revision Date Author Comments
# 452fee26 21-Nov-2011 chs <chs@NetBSD.org>

gcc 4.5 on vax creates PLT stubs with an entry mask of 0xffc
rather than 0 like gcc 4.1 did, so the sneaky assembly functions
that "ret" without really returning now clobber their registers.
adjust t

gcc 4.5 on vax creates PLT stubs with an entry mask of 0xffc
rather than 0 like gcc 4.1 did, so the sneaky assembly functions
that "ret" without really returning now clobber their registers.
adjust these functions to avoid this problem.

show more ...


# 787e823f 25-Jan-2011 matt <matt@NetBSD.org>

Move IDs into .ident
Use END(x)
Remove a.out support
Make CERROR hidden


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 61687fc2 23-Jan-2003 matt <matt@NetBSD.org>

Add the *context.? sources to SRCS.
Make getcontext _getcontext and add a getcontext weak alias.


# 94face2f 20-Jan-2003 matt <matt@NetBSD.org>

Use _ALIGN_TEXT.
Make sure R0 is 0 in the saved context.


# 95b5cce5 19-Jan-2003 matt <matt@NetBSD.org>

Add getcontext(2) stub.