History log of /netbsd-src/lib/libc/arch/m68k/gen/_setjmp.S (Results 1 – 9 of 9)
Revision Date Author Comments
# 94258182 16-Jul-2013 matt <matt@NetBSD.org>

Add END(func)


# 07a0a325 16-Jul-2013 matt <matt@NetBSD.org>

Convert to normal Motorola syntax for addressing.
%r@ -> (%r)
%r@- -> -(%r)
%r@+ -> (%r)+
%r@(n) n(%r)
etc.
No object differences.


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 3b435a73 25-Oct-1999 thorpej <thorpej@NetBSD.org>

Add register prefixes.


# 1d0a4330 18-Oct-1999 itohy <itohy@NetBSD.org>

ELF PIC support.


# d5bc168b 01-Jul-1998 thorpej <thorpej@NetBSD.org>

Use _C_LABEL() to generate C labels.


# d0fed6c8 25-Apr-1997 thorpej <thorpej@NetBSD.org>

Use <machine/asm.h>


# 9f1ee9ae 13-Dec-1995 thorpej <thorpej@NetBSD.org>

New-style RCS id's. In assmebly files, use the RCSID() macro where
appropriate.


# 5f709618 25-Nov-1993 paulus <paulus@NetBSD.org>

Machine-dependent files for generic m68k machines (copied from hp300)