aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1996-06-24 22:57:16 +0000
committerMichael Meissner <gnu@the-meissners.org>1996-06-24 22:57:16 +0000
commitedcfb9db650637e19f1a12c3ff8224593e496295 (patch)
tree3ec738fe9672be7a2d7374a087f8633acf1e5425 /ld/scripttempl
parent4a4953f54c4b8c0c1cacc8379379977a4c492bd4 (diff)
downloadgdb-edcfb9db650637e19f1a12c3ff8224593e496295.zip
gdb-edcfb9db650637e19f1a12c3ff8224593e496295.tar.gz
gdb-edcfb9db650637e19f1a12c3ff8224593e496295.tar.bz2
Do not do PROVIDE of _GLOBAL_OFFSET_TABLE_
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/elfppc.sc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/scripttempl/elfppc.sc b/ld/scripttempl/elfppc.sc
index a2cb2ed..556c9af 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}}