projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a4953f
)
Do not do PROVIDE of _GLOBAL_OFFSET_TABLE_
author
Michael Meissner
<gnu@the-meissners.org>
Mon, 24 Jun 1996 22:57:16 +0000
(22:57 +0000)
committer
Michael Meissner
<gnu@the-meissners.org>
Mon, 24 Jun 1996 22:57:16 +0000
(22:57 +0000)
ld/scripttempl/elfppc.sc
patch
|
blob
|
history
diff --git
a/ld/scripttempl/elfppc.sc
b/ld/scripttempl/elfppc.sc
index a2cb2ed178aa6e0e9670aeb7bacbde7fdb47e00e..556c9af8c6b037c2b901eaf516780b0f0315a33a 100644
(file)
--- 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}}