Changeset 609 for branches/GNU/src/binutils/bfd/i386mach3.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/i386mach3.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD back-end for i386 a.out binaries. 2 Copyright 1990, 1991, 1993, 1994, 1995, 1997 2 Copyright 1990, 1991, 1993, 1994, 1995, 1997, 2001, 2002, 2003 3 3 Free Software Foundation, Inc. 4 4 … … 29 29 #define TEXT_START_ADDR 0x10000 30 30 #define ARCH 32 31 #define BYTES_IN_WORD 432 31 /* This macro is only relevant when N_MAGIC(x) == ZMAGIC. */ 33 32 #define N_HEADER_IN_TEXT(x) 1 … … 44 43 45 44 #define DEFAULT_ARCH bfd_arch_i386 46 #define MY(OP) CAT(i386mach3_,OP) 45 46 /* Do not "beautify" the CONCAT* macro args. Traditional C will not 47 remove whitespace added here, and thus will fail to concatenate 48 the tokens. */ 49 #define MY(OP) CONCAT2 (i386mach3_,OP) 47 50 #define TARGETNAME "a.out-mach3" 48 51 49 static b oolean MY(set_sizes)();52 static bfd_boolean MY (set_sizes) PARAMS ((bfd *)); 50 53 #define MY_backend_data &MY(backend_data) 51 static CONSTstruct aout_backend_data MY(backend_data) = {54 static const struct aout_backend_data MY(backend_data) = { 52 55 0, /* zmagic contiguous */ 53 56 1, /* text incl header */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.