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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD back-end for FreeBSD/386 a.out-ish binaries.
    2    Copyright 1990, 1991, 1992, 1996 Free Software Foundation, Inc.
     2   Copyright 1990, 1991, 1992, 1996, 2001 Free Software Foundation, Inc.
    33
    44This file is part of BFD, the Binary File Descriptor library.
     
    2727#define MACHTYPE_OK(mtype) ((mtype) == M_386_NETBSD || (mtype) == M_UNKNOWN)
    2828
    29 #define MY(OP) CAT(i386freebsd_,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 (i386freebsd_,OP)
     33
    3034/* This needs to start with a.out so GDB knows it is an a.out variant.  */
    3135#define TARGETNAME "a.out-i386-freebsd"
Note: See TracChangeset for help on using the changeset viewer.