Subject: sun-lamp CVS commits
To: None <source-changes@NetBSD.ORG>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 01/18/1995 17:40:02
jtc
Wed Jan 18 17:38:39 PST 1995
Update of /b/source/CVS/src/sys/arch/amiga/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/amiga/include

Added Files:
	cdefs.h 
Log Message:
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".