daily update
[deliverable/binutils-gdb.git] / bfd / aout-sparcle.c
index 903b1367cb3b6e0ae88bf5c64b8a6556b5c80ee1..233473164097816ad1b867d12b31453fdf4935cc 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD backend for sparc little-endian aout binaries.
 /* BFD backend for sparc little-endian aout binaries.
-   Copyright (C) 1996 Free Software Foundation, Inc.
+   Copyright 1996, 2001 Free Software Foundation, Inc.
    Written by Cygnus Support.
 
 This file is part of BFD, the Binary File Descriptor library.
    Written by Cygnus Support.
 
 This file is part of BFD, the Binary File Descriptor library.
@@ -16,10 +16,14 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #define TARGETNAME "a.out-sparc-little"
 
 #define TARGETNAME "a.out-sparc-little"
-#define MY(OP) CAT(sparcle_aout_,OP)
+
+/* Do not "beautify" the CONCAT* macro args.  Traditional C will not
+   remove whitespace added here, and thus will fail to concatenate
+   the tokens.  */
+#define MY(OP) CONCAT2 (sparcle_aout_,OP)
 
 #include "bfd.h"
 #include "bfdlink.h"
 
 #include "bfd.h"
 #include "bfdlink.h"
This page took 0.023975 seconds and 4 git commands to generate.