From: Jim Wilson Date: Thu, 3 Dec 1992 06:43:32 +0000 (-0800) Subject: (finalize_pic): Remove "*_" from GLOBAL_OFFSET_TABLE name. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c4eb2bd742db1fc8b6edca92717a42d06de8f557;p=gcc.git (finalize_pic): Remove "*_" from GLOBAL_OFFSET_TABLE name. From-SVN: r2831 --- diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index d7614a11a7b..1a50fbcf501 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -749,7 +749,7 @@ finalize_pic () /* Initialize every time through, since we can't easily know this to be permanent. */ - global_offset_table = gen_rtx (SYMBOL_REF, Pmode, "*__GLOBAL_OFFSET_TABLE_"); + global_offset_table = gen_rtx (SYMBOL_REF, Pmode, "_GLOBAL_OFFSET_TABLE_"); pic_pc_rtx = gen_rtx (CONST, Pmode, gen_rtx (MINUS, Pmode, global_offset_table,