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

Use a more portable series of instructions.


# 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.


# bcd9993e 02-May-1999 kleink <kleink@NetBSD.org>

When using the SVR4 ABI, return the pointer in a0, too.


# 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)