Changeset 609 for branches/GNU/src/binutils/bfd/host-aout.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/host-aout.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD backend for local host's a.out binaries 2 Copyright 1990, 1991, 1992, 1994, 1995 Free Software Foundation, Inc. 2 Copyright 1990, 1991, 1992, 1994, 1995, 2001 3 Free Software Foundation, Inc. 3 4 Written by Cygnus Support. Probably John Gilmore's fault. 4 5 … … 78 79 #endif /* HOST_MACHINE_ARCH */ 79 80 80 #define MY(OP) CAT(host_aout_,OP) 81 /* Do not "beautify" the CONCAT* macro args. Traditional C will not 82 remove whitespace added here, and thus will fail to concatenate 83 the tokens. */ 84 #define MY(OP) CONCAT2 (host_aout_,OP) 81 85 #define TARGETNAME "a.out" 82 86 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.