diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-01 14:03:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-01 14:03:01 +0000 |
commit | 24a1ba0f489e4c0e846ba86533e0f618d2c289a4 (patch) | |
tree | dde480eaa17f1b42e1e79e09714228d243d18ad7 /ld/scripttempl | |
parent | 4b2a21645cefdbc8b729a6b6ca613fe4ca62aa70 (diff) | |
download | binutils-gdb-24a1ba0f489e4c0e846ba86533e0f618d2c289a4.tar.gz |
Revert Adam Nemet's THUMB PLT patch
Diffstat (limited to 'ld/scripttempl')
-rw-r--r-- | ld/scripttempl/elf.sc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index 82bcd963ab2..6bbe1b802bb 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) |