Changeset 609 for branches/GNU/src/binutils/bfd/aout-sparcle.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/aout-sparcle.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD backend for sparc little-endian aout binaries. 2 Copyright 1996 Free Software Foundation, Inc.2 Copyright 1996, 2001 Free Software Foundation, Inc. 3 3 Written by Cygnus Support. 4 4 … … 20 20 21 21 #define TARGETNAME "a.out-sparc-little" 22 #define MY(OP) CAT(sparcle_aout_,OP) 22 23 /* Do not "beautify" the CONCAT* macro args. Traditional C will not 24 remove whitespace added here, and thus will fail to concatenate 25 the tokens. */ 26 #define MY(OP) CONCAT2 (sparcle_aout_,OP) 23 27 24 28 #include "bfd.h" -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.