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/host-aout.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    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
     
    7879#endif /* HOST_MACHINE_ARCH */
    7980
    80 #define MY(OP) CAT(host_aout_,OP)
     81/* Do not "beautify" the CONCAT* macro args.  Traditional C will not
     82   remove whitespace added here, and thus will fail to concatenate
     83   the tokens.  */
     84#define MY(OP) CONCAT2 (host_aout_,OP)
    8185#define TARGETNAME "a.out"
    8286
Note: See TracChangeset for help on using the changeset viewer.