]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 515038df068fcadbe10432baf3ccae825503f1d5..5ed2abfa66dfcb2affd301c1ea02580967ee8821 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 edc17f594daec1d95deb63cf856430c7a60d22ee..febceb515532072506660b9cf542b751e948de6c 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) \