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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD back-end for NetBSD/386 a.out-ish binaries.
    2    Copyright 1990, 1991, 1992, 1994, 1995, 1996, 1998
     2   Copyright 1990, 1991, 1992, 1994, 1995, 1996, 1998, 2001
    33   Free Software Foundation, Inc.
    44
     
    2828#define DEFAULT_MID     M_386_NETBSD
    2929
    30 #define MY(OP) CAT(i386netbsd_,OP)
     30/* Do not "beautify" the CONCAT* macro args.  Traditional C will not
     31   remove whitespace added here, and thus will fail to concatenate
     32   the tokens.  */
     33#define MY(OP) CONCAT2 (i386netbsd_,OP)
     34
    3135/* This needs to start with a.out so GDB knows it is an a.out variant.  */
    3236#define TARGETNAME "a.out-i386-netbsd"
Note: See TracChangeset for help on using the changeset viewer.