History log of /netbsd-src/lib/libc/arch/m68k/sys/__clone.S (Results 1 – 5 of 5)
Revision Date Author Comments
# 2d913a7c 16-Jul-2013 matt <matt@NetBSD.org>

Use SYSTRAP.
Don't use the PLT to call CERROR
Use LEA_LCL / GOT_SETUP
Remove non-__ELF__ code.
Make __minbrk and __curbrk hidden and avoid using the GOT for them.
Convert to motorola syntax.


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


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# b722bfb1 20-Jul-2001 scw <scw@NetBSD.org>

Compensate for the syscall args stack cleanup in the clone.
(Pointed out by Matthias Pfaller)


# c45a0d87 19-Jul-2001 scw <scw@NetBSD.org>

clone(2) syscall frontend for m68k.