Home | History | Annotate | Download | only in alpha
History log of /src/lib/libc/arch/alpha/SYS.h
RevisionDateAuthorComments
 1.8  14-Jan-2002  thorpej * Add WSYSCALL() to SYS.h, which creates a system call with an
internal name and a weak alias for the name.
* Add a WEAKASM syscall list, and process it.
* Make sysarch() have an internal name (_sysarch()).
 1.7  14-Jun-2000  cgd branches: 1.7.4;
fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
 1.6  14-Jan-1999  kleink branches: 1.6.8;
* 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.
 1.5  02-May-1997  kleink Consistency: distinguish between PSEUDO() and PSEUDO_NOERROR().
 1.4  17-Oct-1996  cgd update for new <machine/asm.h> and generally clean up:
rename SYSCALL_NOLABEL as CALLSYS_ERROR (for consistency with CALLSYS_NOERROR
now in asm.h), and implement it using CALLSYS_NOERROR.
reimplement SYSCALL, RSYSCALL, and PSEUDO to use the appropriate macros.
implement SYSCALL_NOERROR and RSYSCALL_NOERROR to do the same thing as
SYSCALL and RSYSCALL, but without the error checking/handling.
 1.3  15-Sep-1996  cgd reload GP _before_ error check+branch
 1.2  09-Sep-1996  cgd user better names for local labels, as suggested by Matt Thomas and
slightly tweaked.
 1.1  10-Feb-1995  cgd libc support for the alpha. more functions should be written in assembler,
but that's optimization. 8-)
 1.6.8.1  23-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.7.4.1  28-Jan-2002  nathanw Catch up to -current.

RSS XML Feed