]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
authorAnatoly Sokolov <aesok@post.ru>
Sat, 31 Jul 2010 12:07:14 +0000 (16:07 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Sat, 31 Jul 2010 12:07:14 +0000 (16:07 +0400)
* config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.

From-SVN: r162779

gcc/ChangeLog
gcc/config/spu/spu.h

index 73aa02573f5562a90676070f0ce18f6abc955b8f..ded4933244f09f0369a3723721fab78af5bb7435 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-31  Anatoly Sokolov  <aesok@post.ru>
+
+       * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
+
 2010-07-30  DJ Delorie  <dj@redhat.com>
 
        * config/rx/predicates.md (rx_constshift_operand): New.
index 1184227bf01fbc58101e293c4b64a3e2b1f81857..5772c6f51f53d3a14f19177cd7ea00d661db64f5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
    This file is free software; you can redistribute it and/or modify it under
    the terms of the GNU General Public License as published by the Free
@@ -446,12 +446,6 @@ targetm.resolve_overloaded_builtin = spu_resolve_overloaded_builtin;       \
 
 #define ASM_APP_OFF ""
 
-#define ASM_OUTPUT_SOURCE_FILENAME(STREAM, NAME) \
-  do { fprintf (STREAM, "\t.file\t");                  \
-       output_quoted_string (STREAM, NAME);            \
-       fprintf (STREAM, "\n");                         \
-  } while (0)
-
 \f
 /* Uninitialized Data */
 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED)  \