History log of /netbsd-src/lib/libc/compat/arch/sh3/gen/compat_sigsetjmp.S (Results 1 – 5 of 5)
Revision Date Author Comments
# a92c0621 05-Jan-2006 uwe <uwe@NetBSD.org>

Use PIC_PROLOGUE_NOSAVE in long jumps, where we don't need to preserve r12.
While here, swap the order in which r4 and r5 saved on the stack so
that r4 is restored further away from its first use.


# c8cec240 05-Jan-2006 uwe <uwe@NetBSD.org>

Oops^2. Init pointer to the saved registers area.


# a2be2d8b 05-Jan-2006 uwe <uwe@NetBSD.org>

Oops, correct numeric label in branch.


# 55be1ea1 05-Jan-2006 uwe <uwe@NetBSD.org>

Use PLT for PIC calls to avoids text relocs in the shared library.
Use constants from <machine/setjmp.h> for better readability.
Provide .size directives.


# 4890707a 15-Sep-2005 uwe <uwe@NetBSD.org>

Switch arch/sh3/gen to the new compat code layout.