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