* scripttempl/v850.sc: Add gcc_except_table sections.
authorCatherine Moore <clm@redhat.com>
Wed, 12 Sep 2001 14:09:18 +0000 (14:09 +0000)
committerCatherine Moore <clm@redhat.com>
Wed, 12 Sep 2001 14:09:18 +0000 (14:09 +0000)
ld/ChangeLog
ld/scripttempl/v850.sc

index 8cb200d..2abef7e 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-12  Andrew MacLeod  <amacleod@redhat.com>
+
+     * scripttempl/v850.sc: Add gcc_except_table sections.
+
 Fri Sep  7 11:34:24 2001  Jeffrey A Law  (law@cygnus.com)
 
        * emulparams/h8300helf.sh: Move stack to a much higher memory address.
index 1204278..8958321 100644 (file)
@@ -42,6 +42,8 @@ SECTIONS
   .rela.data   : { *(.rela.data) }
   .rel.rodata  : { *(.rel.rodata) }
   .rela.rodata : { *(.rela.rodata) }
+  .rel.gcc_except_table : { *(.rel.gcc_except_table) }
+  .rela.gcc_except_table : { *(.rela.gcc_except_table) }
   .rel.got     : { *(.rel.got) }
   .rela.got    : { *(.rela.got) }
   .rel.ctors   : { *(.rel.ctors) }
@@ -120,6 +122,8 @@ SECTIONS
     KEEP (*(.jcr))
   }
 
+  .gcc_except_table : { *(.gcc_except_table) }
+
   .got         : { *(.got.plt) *(.got) }
   .dynamic     : { *(.dynamic) }