Changeset 609 for branches/GNU/src/binutils/bfd/newsos3.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/newsos3.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD back-end for NewsOS3 (Sony, 68k) binaries. 2 Copyright 1990, 1991, 1994, 1995, 2000 Free Software Foundation, Inc. 2 Copyright 1990, 1991, 1994, 1995, 2000, 2001, 2003 3 Free Software Foundation, Inc. 3 4 4 5 This file is part of BFD, the Binary File Descriptor library. … … 21 22 #define SEGMENT_SIZE TARGET_PAGE_SIZE 22 23 #define TEXT_START_ADDR 0 23 #define BYTES_IN_WORD 4 24 #define MY(OP) CAT(newsos3_,OP) 24 25 /* Do not "beautify" the CONCAT* macro args. Traditional C will not 26 remove whitespace added here, and thus will fail to concatenate 27 the tokens. */ 28 #define MY(OP) CONCAT2 (newsos3_,OP) 25 29 #define TARGETNAME "a.out-newsos3" 26 30 #define ENTRY_CAN_BE_ZERO -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.