OSDN Git Service

* config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Jul 2010 12:07:14 +0000 (12:07 +0000)
committeraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Jul 2010 12:07:14 +0000 (12:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162779 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 73aa025..ded4933 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 1184227..5772c6f 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)  \