History log of /netbsd-src/lib/libc/arch/powerpc/gen/_setjmp.S (Results 1 – 3 of 3)
Revision Date Author Comments
# cf88c389 15-Jan-2011 matt <matt@NetBSD.org>

Use END(foo) everywhere.
Make __cerror hidden.
Use non-PLT calls to __cerror.
Use assym.h when appropriate.
Use addi to adjust stack instead of loading it.
Add __RCSIDs
Force -D_NOREGNAMES for all .S

Use END(foo) everywhere.
Make __cerror hidden.
Use non-PLT calls to __cerror.
Use assym.h when appropriate.
Use addi to adjust stack instead of loading it.
Add __RCSIDs
Force -D_NOREGNAMES for all .S files.
[this is all in preperation for secure plt support]

show more ...


# 1cddd41e 30-Jul-2002 matt <matt@NetBSD.org>

Convert to use register prefixes. (0 -> %r0, etc.)


# 5ef4bdf6 29-Mar-1997 thorpej <thorpej@NetBSD.org>

Architecture-specific bits for libc on the PowerPC. From Wolfgang
Solfrank <ws@tools.de>