Ignore:
Timestamp:
Aug 16, 2003, 11:33:53 PM (22 years ago)
Author:
bird
Message:

Joined the port of 2.11.2 with 2.14.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/bfd/host-aout.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r617 r618  
    11/* BFD backend for local host's a.out binaries
    2    Copyright 1990, 1991, 1992, 1994, 1995 Free Software Foundation, Inc.
     2   Copyright 1990, 1991, 1992, 1994, 1995, 2001
     3   Free Software Foundation, Inc.
    34   Written by Cygnus Support.  Probably John Gilmore's fault.
    45
     
    8182#endif /* HOST_MACHINE_ARCH */
    8283
    83 #define MY(OP) CAT(host_aout_,OP)
     84/* Do not "beautify" the CONCAT* macro args.  Traditional C will not
     85   remove whitespace added here, and thus will fail to concatenate
     86   the tokens.  */
     87#define MY(OP) CONCAT2 (host_aout_,OP)
    8488#define TARGETNAME "a.out"
    8589
Note: See TracChangeset for help on using the changeset viewer.