mn10300: Delete ASM_PN_FORMAT.
authorRichard Henderson <rth@redhat.com>
Tue, 11 Jan 2011 18:13:47 +0000 (10:13 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 11 Jan 2011 18:13:47 +0000 (10:13 -0800)
Is there any real reason for this?  It causes testsuite failures
because the pattern doesn't match many of the dumps.

From-SVN: r168670

gcc/ChangeLog
gcc/config/mn10300/mn10300.h

index 515038d..5ed2abf 100644 (file)
@@ -1,5 +1,7 @@
 2011-01-11  Richard Henderson  <rth@redhat.com>
 
+       * config/mn10300/mn10300.h (ASM_PN_FORMAT): Delete.
+
        * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Define
        in terms of the value on the stack, not the MDR register.
 
index edc17f5..febceb5 100644 (file)
@@ -656,8 +656,6 @@ struct cum_arg
 #define ASM_OUTPUT_LABELREF(FILE, NAME) \
   asm_fprintf (FILE, "%U%s", (*targetm.strip_name_encoding) (NAME))
 
-#define ASM_PN_FORMAT "%s___%lu"
-
 /* This is how we tell the assembler that two symbols have the same value.  */
 
 #define ASM_OUTPUT_DEF(FILE,NAME1,NAME2) \