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 | |
parent | 4b2a21645cefdbc8b729a6b6ca613fe4ca62aa70 (diff) | |
download | gdb-24a1ba0f489e4c0e846ba86533e0f618d2c289a4.zip gdb-24a1ba0f489e4c0e846ba86533e0f618d2c289a4.tar.gz gdb-24a1ba0f489e4c0e846ba86533e0f618d2c289a4.tar.bz2 |
Revert Adam Nemet's THUMB PLT patch
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/emulparams/armelf.sh | 1 | ||||
-rw-r--r-- | ld/scripttempl/elf.sc | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6f2824a..bdf38b1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-08-01 Nick Clifton <nickc@redhat.com> + + * emulparams/armelf.sh: Revert previous delta. + * scripttempl/elf.sc: Revert previous delta. + 2002-07-31 H.J. Lu <hjl@gnu.org> * configure.tgt (powerpc*-*-linux*): Enable elf64ppc for diff --git a/ld/emulparams/armelf.sh b/ld/emulparams/armelf.sh index f624c8a8..0e8ebc5 100644 --- a/ld/emulparams/armelf.sh +++ b/ld/emulparams/armelf.sh @@ -9,7 +9,6 @@ EXTRA_EM_FILE=armelf OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7)' OTHER_BSS_SYMBOLS='__bss_start__ = .;' OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ; __end__ = . ;' -OTHER_PLT_SECTIONS=".plt.thumb ${RELOCATING-0} : { *(.plt.thumb) }" DATA_START_SYMBOLS='__data_start = . ;'; 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) |