#
77abcafc |
| 18-Apr-2020 |
thorpej <thorpej@NetBSD.org> |
Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.
|
#
63f84ca8 |
| 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.
|
#
95d875fb |
| 05-Jan-2000 |
msaitoh <msaitoh@NetBSD.org> |
libc for SH3. TODO: fplib
|