From edcfb9db650637e19f1a12c3ff8224593e496295 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Mon, 24 Jun 1996 22:57:16 +0000 Subject: [PATCH] Do not do PROVIDE of _GLOBAL_OFFSET_TABLE_ --- ld/scripttempl/elfppc.sc | 1 - 1 file changed, 1 deletion(-) 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}} -- 2.30.2