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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD back-end for HP 9000/300 (68000-based) machines running BSD Unix.
    2    Copyright 1992, 1994, 1995 Free Software Foundation, Inc.
     2   Copyright 1992, 1994, 1995, 2001, 2003 Free Software Foundation, Inc.
    33
    44This file is part of BFD, the Binary File Descriptor library.
     
    2020#define TARGET_IS_BIG_ENDIAN_P
    2121#define N_HEADER_IN_TEXT(x) 0
    22 #define BYTES_IN_WORD 4
    2322#define ENTRY_CAN_BE_ZERO
    2423#define N_SHARED_LIB(x) 0 /* Avoids warning */
     
    2827#define DEFAULT_ARCH bfd_arch_m68k
    2928
    30 #define MY(OP) CAT(hp300bsd_,OP)
     29/* Do not "beautify" the CONCAT* macro args.  Traditional C will not
     30   remove whitespace added here, and thus will fail to concatenate
     31   the tokens.  */
     32#define MY(OP) CONCAT2 (hp300bsd_,OP)
    3133#define TARGETNAME "a.out-hp300bsd"
    3234
Note: See TracChangeset for help on using the changeset viewer.