* config/spu/spu.h (ASM_FORMAT_PRIVATE_NAME): Remove; use default.

From-SVN: r130598
This commit is contained in:
Ben Elliston 2007-12-04 03:17:14 +00:00 committed by Ben Elliston
parent 614e5a7d0d
commit 34add7804e
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2007-12-04 Ben Elliston <bje@au.ibm.com>
* config/spu/spu.h (ASM_FORMAT_PRIVATE_NAME): Remove; use default.
2007-12-04 Ben Elliston <bje@au.ibm.com>
* doc/tm.texi (Exception Handling): Mention unwind-dw2-xtensa.c.

View File

@ -515,10 +515,6 @@ targetm.resolve_overloaded_builtin = spu_resolve_overloaded_builtin; \
#define ASM_OUTPUT_LABELREF(FILE, NAME) \
asm_fprintf (FILE, "%U%s", default_strip_name_encoding (NAME))
#define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO) \
( (OUTPUT) = (char *) alloca (strlen ((NAME)) + 10), \
sprintf ((OUTPUT), "%s.%d", (NAME), (LABELNO)))
/* Instruction Output */
#define REGISTER_NAMES \