From 08cbf29121d0e0a674bf8fd2d6eddec91948b98f Mon Sep 17 00:00:00 2001 From: Anatoly Sokolov Date: Sat, 31 Jul 2010 16:07:14 +0400 Subject: [PATCH] spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro. * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro. From-SVN: r162779 --- gcc/ChangeLog | 4 ++++ gcc/config/spu/spu.h | 8 +------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 73aa02573f55..ded4933244f0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-07-31 Anatoly Sokolov + + * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro. + 2010-07-30 DJ Delorie * config/rx/predicates.md (rx_constshift_operand): New. diff --git a/gcc/config/spu/spu.h b/gcc/config/spu/spu.h index 1184227bf01f..5772c6f51f53 100644 --- a/gcc/config/spu/spu.h +++ b/gcc/config/spu/spu.h @@ -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) - /* Uninitialized Data */ #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \ -- 2.47.2