Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 1995 17:50:03 -0800
From:      The Source Master <srcmastr@NetBSD.ORG>
To:        source-changes@NetBSD.ORG
Subject:   sun-lamp CVS commits
Message-ID:  <199501190150.RAA01772@sun-lamp.cs.berkeley.edu>

next in thread | raw e-mail | index | archive | help

jtc
Wed Jan 18 17:41:53 PST 1995
Update of /b/source/CVS/src/sys/arch/da30/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/da30/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".


jtc
Wed Jan 18 17:41:57 PST 1995
Update of /b/source/CVS/src/sys/arch/hp300/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/hp300/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".


jtc
Wed Jan 18 17:42:02 PST 1995
Update of /b/source/CVS/src/sys/arch/i386/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/i386/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".


jtc
Wed Jan 18 17:42:11 PST 1995
Update of /b/source/CVS/src/sys/arch/m68k/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/m68k/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".


jtc
Wed Jan 18 17:42:15 PST 1995
Update of /b/source/CVS/src/sys/arch/mac68k/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/mac68k/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".


jtc
Wed Jan 18 17:42:18 PST 1995
Update of /b/source/CVS/src/sys/arch/pc532/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/pc532/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".


jtc
Wed Jan 18 17:42:22 PST 1995
Update of /b/source/CVS/src/sys/arch/pmax/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/pmax/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".


jtc
Wed Jan 18 17:42:28 PST 1995
Update of /b/source/CVS/src/sys/arch/sparc/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/sparc/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".


jtc
Wed Jan 18 17:42:32 PST 1995
Update of /b/source/CVS/src/sys/arch/sun3/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/sun3/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".


jtc
Wed Jan 18 17:42:36 PST 1995
Update of /b/source/CVS/src/sys/arch/vax/include
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/sys/arch/vax/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".




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501190150.RAA01772>