aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-18 14:00:24 +0000
committerJeff Law <law@redhat.com>1999-09-18 14:00:24 +0000
commit26040066e08649e53ab513df6e97db8ab7830238 (patch)
tree22df7d557a242cc2e7d3f8f0bad88e2d630a118f /ld/emulparams
parentf1a1312b73ffb108f29147ae39423c41bc928220 (diff)
downloadfsf-binutils-gdb-26040066e08649e53ab513df6e97db8ab7830238.zip
fsf-binutils-gdb-26040066e08649e53ab513df6e97db8ab7830238.tar.gz
fsf-binutils-gdb-26040066e08649e53ab513df6e97db8ab7830238.tar.bz2
* emulparms/elf64hppa.sh (OTHER_READONLY_SYMBOLS): Remove ".stubs",
they've been renamed to ".stub", which is handled automatically by elf.sc.
Diffstat (limited to 'ld/emulparams')
-rwxr-xr-xld/emulparams/elf64hppa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emulparams/elf64hppa.sh b/ld/emulparams/elf64hppa.sh
index dfe59d0..829ad43 100755
--- a/ld/emulparams/elf64hppa.sh
+++ b/ld/emulparams/elf64hppa.sh
@@ -20,7 +20,7 @@ TEMPLATE_NAME=elf32
GENERATE_SHLIB_SCRIPT=yes
# We really want multiple .stub sections, one for each input .text section,
# but for now this is good enough.
-OTHER_READONLY_SECTIONS='.PARISC.unwind : { *(.PARISC.unwind) } .stubs : { *(.stubs) }'
+OTHER_READONLY_SECTIONS='.PARISC.unwind : { *(.PARISC.unwind) } '
# The PA64 ELF port treats .plt sections differently than most. We also have
# to create a .opd section. What most systems call the .got, we call the .dlt