History log of /netbsd/lib/libc/arch/sparc/gen/sigsetjmp.S (Results 1 – 7 of 7)
Revision Date Author Comments
# cbe7418b 12-Sep-2013 joerg <joerg@NetBSD.org>

Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
vs big PIC mode. Retire -DPIC and -DBIGPIC.


# a34b3f87 08-Oct-2007 uwe <uwe@NetBSD.org>

In handwritten asm use -fPIC code instead of -fpic, our libc has grown
large enough for GOT to be larger than 8k.

While here kill redundant PIC ifdefs in setjmp.S - sparc "call"
instruction is piccy

In handwritten asm use -fPIC code instead of -fpic, our libc has grown
large enough for GOT to be larger than 8k.

While here kill redundant PIC ifdefs in setjmp.S - sparc "call"
instruction is piccy by itself.

Tested by martin@

show more ...


# eb9395f8 15-Oct-2005 uwe <uwe@NetBSD.org>

Switch sparc to the new compat code layout.


# 4d4de54f 29-Sep-1998 christos <christos@NetBSD.org>

Make the sparc work again; some work from jason, some from me.


# 131c70b1 01-Jul-1998 tv <tv@NetBSD.org>

Change immediate label references to _C_LABEL().


# 7aa78977 11-Mar-1995 pk <pk@NetBSD.org>

Simplify.


# 7530512a 11-Jan-1995 pk <pk@NetBSD.org>

Machine dependent sig{set,long}jmp().