Changeset 609 for branches/GNU/src/binutils/bfd/hp300bsd.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/hp300bsd.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD back-end for HP 9000/300 (68000-based) machines running BSD Unix. 2 Copyright 1992, 1994, 1995 Free Software Foundation, Inc.2 Copyright 1992, 1994, 1995, 2001, 2003 Free Software Foundation, Inc. 3 3 4 4 This file is part of BFD, the Binary File Descriptor library. … … 20 20 #define TARGET_IS_BIG_ENDIAN_P 21 21 #define N_HEADER_IN_TEXT(x) 0 22 #define BYTES_IN_WORD 423 22 #define ENTRY_CAN_BE_ZERO 24 23 #define N_SHARED_LIB(x) 0 /* Avoids warning */ … … 28 27 #define DEFAULT_ARCH bfd_arch_m68k 29 28 30 #define MY(OP) CAT(hp300bsd_,OP) 29 /* Do not "beautify" the CONCAT* macro args. Traditional C will not 30 remove whitespace added here, and thus will fail to concatenate 31 the tokens. */ 32 #define MY(OP) CONCAT2 (hp300bsd_,OP) 31 33 #define TARGETNAME "a.out-hp300bsd" 32 34 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.