Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/bfd/newsos3.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* 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.
    34
    45This file is part of BFD, the Binary File Descriptor library.
     
    2122#define SEGMENT_SIZE    TARGET_PAGE_SIZE
    2223#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)
    2529#define TARGETNAME "a.out-newsos3"
    2630#define ENTRY_CAN_BE_ZERO
Note: See TracChangeset for help on using the changeset viewer.