* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
authorRichard Henderson <rth@redhat.com>
Sat, 10 Feb 2001 01:44:39 +0000 (01:44 +0000)
committerRichard Henderson <rth@redhat.com>
Sat, 10 Feb 2001 01:44:39 +0000 (01:44 +0000)
        .IA_64.unwind.* pattern to unwind table section and
        .IA_64.unwind_info* pattern to unwind info section.

ld/ChangeLog
ld/emulparams/elf64_ia64.sh

index 5bc32ff020b0e29249f6e21e12627d36e4f1bcef..9b95eb53c4dcb42836826fc070598178323c6276 100644 (file)
@@ -1,3 +1,9 @@
+2001-02-09  David Mosberger  <davidm@hpl.hp.com>
+
+       * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add
+       .IA_64.unwind.* pattern to unwind table section and
+       .IA_64.unwind_info* pattern to unwind info section.
+
 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
 
        * Makefile.am: Add linux target for S/390.
index 65f305deec535f9c830276a28dbecda5da7fc115..263a7328ae3e3d14ba0948ef85f5ec2069a5df9b 100644 (file)
@@ -13,4 +13,4 @@ NOP=0x00300000010070000002000001000400  # a bundle full of nops
 OTHER_GOT_SYMBOLS='. = ALIGN (8); PROVIDE (__gp = . + 0x200000);'
 OTHER_GOT_SECTIONS='.IA_64.pltoff : { *(.IA_64.pltoff) }'
 OTHER_PLT_RELOC_SECTIONS='.rela.IA_64.pltoff : { *(.rela.IA_64.pltoff) }'
-OTHER_READONLY_SECTIONS='.opd : { *(.opd) } .IA_64.unwind : { *(.IA_64.unwind) } .IA_64.unwind.info : { *(.IA_64.unwind.info) }'
+OTHER_READONLY_SECTIONS='.opd : { *(.opd) }  .IA_64.unwind_info : { *(.IA_64.unwind_info*) }  .IA_64.unwind : { *(.IA_64.unwind*) }'