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