sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the default implementation.
authorOleg Endo <olegendo@gcc.gnu.org>
Tue, 31 May 2016 15:57:15 +0000 (15:57 +0000)
committerOleg Endo <olegendo@gcc.gnu.org>
Tue, 31 May 2016 15:57:15 +0000 (15:57 +0000)
gcc/
* config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
default implementation.

From-SVN: r236930

gcc/ChangeLog
gcc/config/sh/sh.h

index 984e180348a71dcf431232513a747a767c33d5f8..faaa3cf60492c356bf9805223488e7552290903c 100644 (file)
@@ -1,3 +1,8 @@
+2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
+       default implementation.
+
 2016-05-31  Nathan Sidwell  <nathan@acm.org>
 
        * dwarf2out.c (cur_line_info_table): Add GTY marker.
index d724bd2221d39f97b24c7f5f7dfa00e393b5b9cc..0403616785a729db932d04b9a0ebad0ef5f2e929 100644 (file)
@@ -1718,15 +1718,6 @@ extern bool current_function_interrupt;
    ? (24) \
    : (unsigned) -1)
 
-/* This is how to output a reference to a symbol_ref.  On SH5,
-   references to non-code symbols must be preceded by `datalabel'.  */
-#define ASM_OUTPUT_SYMBOL_REF(FILE,SYM)                        \
-  do                                                   \
-    {                                                  \
-      assemble_name ((FILE), XSTR ((SYM), 0));         \
-    }                                                  \
-  while (0)
-
 /* This is how to output an assembler line
    that says to advance the location counter
    to a multiple of 2**LOG bytes.  */