X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ld%2Femulparams%2Fhppalinux.sh;h=a4c49049b159456782465b9362494bbff03cc73d;hb=465bc359f918c08b43affd19c922fa3d6cde05a6;hp=0a982984d01b66757260ea3fbe230320e21612c0;hpb=94202e16cfb15f87f50d765242b42d6cba78ac82;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/emulparams/hppalinux.sh b/ld/emulparams/hppalinux.sh index 0a982984d0..a4c49049b1 100644 --- a/ld/emulparams/hppalinux.sh +++ b/ld/emulparams/hppalinux.sh @@ -8,7 +8,8 @@ ARCH=hppa MACHINE=hppa1.1 # We use 1.1 specific features. NOP=0x08000240 START="_start" -OTHER_READONLY_SECTIONS='.PARISC.unwind : { *(.PARISC.unwind) } ' +OTHER_READONLY_SECTIONS=" + .PARISC.unwind ${RELOCATING-0} : { *(.PARISC.unwind) }" DATA_START_SYMBOLS='PROVIDE ($global$ = .);' DATA_PLT= GENERATE_SHLIB_SCRIPT=yes