History log of /netbsd-src/sys/arch/pmax/include/cdefs.h (Results 1 – 5 of 5)
Revision Date Author Comments
# e1373a1f 19-Mar-1996 jonathan <jonathan@NetBSD.org>

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 int

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

show more ...


# 00b821d6 15-Dec-1995 jonathan <jonathan@NetBSD.org>

Change mips __warn_references() macro to use the ELF warning features
in binutils 2.6 and (patched) gcc 2.7.2. Only works with gcc in ANSI C
mode, for now.


# c6a24163 03-May-1995 mellon <mellon@NetBSD.org>

Use Alpha cdefs.h


# f8641009 23-Mar-1995 jtc <jtc@NetBSD.org>

Changed name of __weak_reference() to __indr_reference(). They really
are indirect references, and I want to add a real __weak_reference()
macro to <machine/cdefs.h> soon.


# 9540190d 19-Jan-1995 jtc <jtc@NetBSD.org>

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 th

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

show more ...