History log of /netbsd-src/lib/libc/arch/sh3/sys/__syscall.S (Results 1 – 6 of 6)
Revision Date Author Comments
# b1648afc 06-Jan-2006 uwe <uwe@NetBSD.org>

This can be simplified to RSYSCALL(__syscall), no special treatment necessary.


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


# 9b73f399 01-Jul-2003 marcus <marcus@NetBSD.org>

Generate proper PIC code for libc_pic.a.


# aa754324 11-May-2001 msaitoh <msaitoh@NetBSD.org>

style fix (no functional change)


# 98703277 17-Jan-2001 itojun <itojun@NetBSD.org>

fix syscall() and __syscall(). r0 has to be set to SYS_syscall or
SYS___syscall, respectively. otherwise sys/arch/sh3/sh3/trap.c will
look at the wrong argument.


# 6de175ee 04-Jan-2001 itojun <itojun@NetBSD.org>

__syscall is now mandatory