From: Michael Meissner Date: Mon, 24 Jun 1996 22:57:16 +0000 (+0000) Subject: Do not do PROVIDE of _GLOBAL_OFFSET_TABLE_ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=edcfb9db650637e19f1a12c3ff8224593e496295;p=binutils-gdb.git Do not do PROVIDE of _GLOBAL_OFFSET_TABLE_ --- diff --git a/ld/scripttempl/elfppc.sc b/ld/scripttempl/elfppc.sc index a2cb2ed178a..556c9af8c6b 100644 --- a/ld/scripttempl/elfppc.sc +++ b/ld/scripttempl/elfppc.sc @@ -136,7 +136,6 @@ SECTIONS ${RELOCATING+PROVIDE (_GOT2_END_ = .);} ${RELOCATING+PROVIDE (_GOT_START_ = .);} - ${RELOCATING+PROVIDE (_GLOBAL_OFFSET_TABLE_ = .);} .got ${RELOCATING-0} : { *(.got) } .got.plt ${RELOCATING-0} : { *(.got.plt) } ${CREATE_SHLIB+${SDATA2}}