aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/elf.sc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-08-01 14:03:01 +0000
committerNick Clifton <nickc@redhat.com>2002-08-01 14:03:01 +0000
commit24a1ba0f489e4c0e846ba86533e0f618d2c289a4 (patch)
treedde480eaa17f1b42e1e79e09714228d243d18ad7 /ld/scripttempl/elf.sc
parent4b2a21645cefdbc8b729a6b6ca613fe4ca62aa70 (diff)
downloadgdb-24a1ba0f489e4c0e846ba86533e0f618d2c289a4.zip
gdb-24a1ba0f489e4c0e846ba86533e0f618d2c289a4.tar.gz
gdb-24a1ba0f489e4c0e846ba86533e0f618d2c289a4.tar.bz2
Revert Adam Nemet's THUMB PLT patch
Diffstat (limited to 'ld/scripttempl/elf.sc')
-rw-r--r--ld/scripttempl/elf.sc4
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc
index 82bcd96..6bbe1b8 100644
--- a/ld/scripttempl/elf.sc
+++ b/ld/scripttempl/elf.sc
@@ -11,7 +11,6 @@
# OTHER_READWRITE_SECTIONS - other than .data .bss .ctors .sdata ...
# (e.g., .PARISC.global)
# OTHER_BSS_SECTIONS - other than .bss .sbss ...
-# OTHER_PLT_SECTIONS - other than .plt ...
# OTHER_SECTIONS - at the end
# EXECUTABLE_SYMBOLS - symbols that must be defined for an
# executable (e.g., _DYNAMIC_LINK)
@@ -258,7 +257,6 @@ cat <<EOF
} =${NOP-0}
${DATA_PLT-${BSS_PLT-${PLT}}}
- ${DATA_PLT-${BSS_PLT-${OTHER_PLT_SECTIONS}}}
.text ${RELOCATING-0} :
{
${RELOCATING+${TEXT_START_SYMBOLS}}
@@ -323,7 +321,6 @@ cat <<EOF
${RELOCATING+${DTOR}}
.jcr ${RELOCATING-0} : { KEEP (*(.jcr)) }
${DATA_PLT+${PLT}}
- ${DATA_PLT+${OTHER_PLT_SECTIONS}}
${RELOCATING+${OTHER_GOT_SYMBOLS}}
.got ${RELOCATING-0} : { *(.got.plt) *(.got) }
${OTHER_GOT_SECTIONS}
@@ -337,7 +334,6 @@ cat <<EOF
${RELOCATING+${OTHER_BSS_SYMBOLS}}
${SBSS}
${BSS_PLT+${PLT}}
- ${BSS_PLT+${OTHER_PLT_SECTIONS}}
.bss ${RELOCATING-0} :
{
*(.dynbss)