mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-13 23:27:25 +08:00
* config/spu/spu.h (ASM_FORMAT_PRIVATE_NAME): Remove; use default.
From-SVN: r130598
This commit is contained in:
parent
614e5a7d0d
commit
34add7804e
@ -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.
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user