This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9f1148c9c4
NetBSD
/
sys
/
arch
/
pmax
/
include
/
cdefs.h
4 lines
89 B
C
Raw
Normal View
History
Unescape
Escape
Replace the following additional header files from src/sys/arch/pmax/include/ with versions that include equivalent files from <mips/include>, after merging changes from the pmax and pica ports into the src/sys/arch/mips/include tree. ptrace.h cdefs.h pmap.h signal.h kdbparam.h
1996-03-19 07:39:01 +03:00
/* $NetBSD: cdefs.h,v 1.5 1996/03/19 04:39:03 jonathan Exp $ */
This file, which will be included by <sys/cdefs.h>, will contain macros such as __warn_references() and __weak_reference() which are actually machine dependant. This will make it easier for ports that are being bootstraped with ELF and ECOFF based toolchains. This change also introduces a new macro, _C_LABEL(x). _C_LABEL expands its argument, an identifier, to a character string of the identifier name as it is represented in an object file. For most ports, _C_LABEL(x) will expand to "_x", for ELF based ports _C_LABEL(x) will expand to "x".
1995-01-19 04:38:36 +03:00
Replace the following additional header files from src/sys/arch/pmax/include/ with versions that include equivalent files from <mips/include>, after merging changes from the pmax and pica ports into the src/sys/arch/mips/include tree. ptrace.h cdefs.h pmap.h signal.h kdbparam.h
1996-03-19 07:39:01 +03:00
#
include
<mips/cdefs.h>