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/m88kmach3.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD back-end for Motorola m88k a.out (Mach 3) binaries.
    2    Copyright 1990, 1991, 1993, 1994, 1995 Free Software Foundation, Inc.
     2   Copyright 1990, 1991, 1993, 1994, 1995, 2001, 2003
     3   Free Software Foundation, Inc.
    34
    45This file is part of BFD, the Binary File Descriptor library.
     
    2122#define SEGMENT_SIZE    0x20000
    2223#define TEXT_START_ADDR 0
    23 #define BYTES_IN_WORD   4
    2424#define N_HEADER_IN_TEXT(x)     1               /* (N_MAGIG(x) == ZMAGIC) */
    2525#define N_SHARED_LIB(x) 0
     
    3333
    3434#define DEFAULT_ARCH bfd_arch_m88k
    35 #define MY(OP) CAT(m88kmach3_,OP)
     35
     36/* Do not "beautify" the CONCAT* macro args.  Traditional C will not
     37   remove whitespace added here, and thus will fail to concatenate
     38   the tokens.  */
     39#define MY(OP) CONCAT2 (m88kmach3_,OP)
    3640#define TARGETNAME "a.out-m88k-mach3"
    3741
Note: See TracChangeset for help on using the changeset viewer.