Changeset 609 for branches/GNU/src/binutils/bfd/i386bsd.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/i386bsd.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 under BSD. 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 4 5 This file is part of BFD, the Binary File Descriptor library. … … 36 37 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN) 37 38 38 #define MY(OP) CAT(i386bsd_,OP) 39 /* Do not "beautify" the CONCAT* macro args. Traditional C will not 40 remove whitespace added here, and thus will fail to concatenate 41 the tokens. */ 42 #define MY(OP) CONCAT2 (i386bsd_,OP) 39 43 #define TARGETNAME "a.out-i386-bsd" 40 44 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.