Changeset 618 for trunk/src/binutils/bfd/host-aout.c
- Timestamp:
- Aug 16, 2003, 11:33:53 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/bfd/host-aout.c
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r617 r618 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 … … 81 82 #endif /* HOST_MACHINE_ARCH */ 82 83 83 #define MY(OP) CAT(host_aout_,OP) 84 /* Do not "beautify" the CONCAT* macro args. Traditional C will not 85 remove whitespace added here, and thus will fail to concatenate 86 the tokens. */ 87 #define MY(OP) CONCAT2 (host_aout_,OP) 84 88 #define TARGETNAME "a.out" 85 89 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.