From 26040066e08649e53ab513df6e97db8ab7830238 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 18 Sep 1999 14:00:24 +0000 Subject: * emulparms/elf64hppa.sh (OTHER_READONLY_SYMBOLS): Remove ".stubs", they've been renamed to ".stub", which is handled automatically by elf.sc. --- ld/emulparams/elf64hppa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/emulparams') 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 -- cgit v1.1