History log of /netbsd-src/lib/libc/arch/m68k/sys/syscall.S (Results 1 – 10 of 10)
Revision Date Author Comments
# 77abcafc 18-Apr-2020 thorpej <thorpej@NetBSD.org>

Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.


# 10392817 24-Jul-2013 matt <matt@NetBSD.org>

Only jump to CERROR if carry is set, not clear.


# 5c5fa67e 16-Jul-2013 matt <matt@NetBSD.org>

Use SYSTRAP
Use a branch for CERROR (avoid the PLT)


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


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

Call cerror through the PLT.


# 6348b7d5 14-Jan-1999 kleink <kleink@NetBSD.org>

* On architectures using ELF, and conditionally on those in transition, rename
_ASM_LABEL(cerror) and _ASM_LABEL(curbrk) to _C_LABEL(__cerror) and
_C_LABEL(__curbrk) (or their respective architecture

* On architectures using ELF, and conditionally on those in transition, rename
_ASM_LABEL(cerror) and _ASM_LABEL(curbrk) to _C_LABEL(__cerror) and
_C_LABEL(__curbrk) (or their respective architecture-specific equivalents) to
avoid possible name clashes with identifiers used in user applications.
* Do the same for minbrk on all architectures to avoid a GCC-specific (and
on ELF architectures effectively useless) symbol reference renaming in MI code.

show more ...


# 6cdbd4c2 13-Dec-1995 thorpej <thorpej@NetBSD.org>

New-style RCS ids. Use the RCSID() macro where appropriate.


# 628cf4e2 04-Aug-1994 chopps <chopps@NetBSD.org>

fixed ld.so to properly save all regs when binding PIC functions. We no
longer need the special case (PIC) code to push args when calling cerror.


# 75d4ac97 25-Nov-1993 paulus <paulus@NetBSD.org>

Machine-dependent files for generic m68k machines (copied from hp300),
modified to support shared libraries.