Changeset 609 for branches/GNU/src/binutils/bfd/m88kmach3.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/m88kmach3.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD back-end for Motorola m88k a.out (Mach 3) binaries. 2 Copyright 1990, 1991, 1993, 1994, 1995 Free Software Foundation, Inc. 2 Copyright 1990, 1991, 1993, 1994, 1995, 2001, 2003 3 Free Software Foundation, Inc. 3 4 4 5 This file is part of BFD, the Binary File Descriptor library. … … 21 22 #define SEGMENT_SIZE 0x20000 22 23 #define TEXT_START_ADDR 0 23 #define BYTES_IN_WORD 424 24 #define N_HEADER_IN_TEXT(x) 1 /* (N_MAGIG(x) == ZMAGIC) */ 25 25 #define N_SHARED_LIB(x) 0 … … 33 33 34 34 #define DEFAULT_ARCH bfd_arch_m88k 35 #define MY(OP) CAT(m88kmach3_,OP) 35 36 /* Do not "beautify" the CONCAT* macro args. Traditional C will not 37 remove whitespace added here, and thus will fail to concatenate 38 the tokens. */ 39 #define MY(OP) CONCAT2 (m88kmach3_,OP) 36 40 #define TARGETNAME "a.out-m88k-mach3" 37 41 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.