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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD backend for sparc little-endian aout binaries.
    2    Copyright 1996 Free Software Foundation, Inc.
     2   Copyright 1996, 2001 Free Software Foundation, Inc.
    33   Written by Cygnus Support.
    44
     
    2020
    2121#define TARGETNAME "a.out-sparc-little"
    22 #define MY(OP) CAT(sparcle_aout_,OP)
     22
     23/* Do not "beautify" the CONCAT* macro args.  Traditional C will not
     24   remove whitespace added here, and thus will fail to concatenate
     25   the tokens.  */
     26#define MY(OP) CONCAT2 (sparcle_aout_,OP)
    2327
    2428#include "bfd.h"
Note: See TracChangeset for help on using the changeset viewer.