Changeset 609 for branches/GNU/src/binutils/bfd/sparcnetbsd.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/sparcnetbsd.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD back-end for NetBSD/sparc a.out-ish binaries. 2 Copyright 1990, 1991, 1992, 1994, 1995, 1997, 1998, 2000 2 Copyright 1990, 1991, 1992, 1994, 1995, 1997, 1998, 2000, 2001, 2003 3 3 Free Software Foundation, Inc. 4 4 … … 19 19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 20 20 21 #define BYTES_IN_WORD 422 21 #define TARGET_IS_BIG_ENDIAN_P 23 22 … … 29 28 #define DEFAULT_MID M_SPARC_NETBSD 30 29 31 #define MY(OP) CAT(sparcnetbsd_,OP) 30 /* Do not "beautify" the CONCAT* macro args. Traditional C will not 31 remove whitespace added here, and thus will fail to concatenate 32 the tokens. */ 33 #define MY(OP) CONCAT2 (sparcnetbsd_,OP) 34 32 35 /* This needs to start with a.out so GDB knows it is an a.out variant. */ 33 36 #define TARGETNAME "a.out-sparc-netbsd" -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.