diff options
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/config/mn10300/mn10300.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 515038df068..5ed2abfa66d 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 edc17f594da..febceb51553 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) \ |