aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2011-01-11 10:13:47 -0800
committerRichard Henderson <rth@gcc.gnu.org>2011-01-11 10:13:47 -0800
commite3b5c2f3eaf597e07230115244718b99f6ed050b (patch)
tree9a2f8defe218cf072108394b102da72da4ddcac6 /gcc
parente10ede2cf3d1ae91206ddfd054901a78c5ff5c7a (diff)
downloadgcc-e3b5c2f3eaf597e07230115244718b99f6ed050b.zip
gcc-e3b5c2f3eaf597e07230115244718b99f6ed050b.tar.gz
gcc-e3b5c2f3eaf597e07230115244718b99f6ed050b.tar.bz2
mn10300: Delete ASM_PN_FORMAT.
Is there any real reason for this? It causes testsuite failures because the pattern doesn't match many of the dumps. From-SVN: r168670
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/config/mn10300/mn10300.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 515038d..5ed2abf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h
index edc17f5..febceb5 100644
--- a/gcc/config/mn10300/mn10300.h
+++ b/gcc/config/mn10300/mn10300.h
@@ -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) \