Commit 08cbf291 by Anatoly Sokolov Committed by Anatoly Sokolov

spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.

	* config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.

From-SVN: r162779
parent 951d6341
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.
......
/* 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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment