From: olegendo Date: Tue, 31 May 2016 15:57:15 +0000 (+0000) Subject: gcc/ X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e911b123d9614382a20ddf0b4a902ee7111eb14;p=thirdparty%2Fgcc.git gcc/ * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the default implementation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@236930 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 984e180348a7..faaa3cf60492 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-05-31 Oleg Endo + + * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the + default implementation. + 2016-05-31 Nathan Sidwell * dwarf2out.c (cur_line_info_table): Add GTY marker. diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index d724bd2221d3..0403616785a7 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -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. */