* scripttempl/elfm68hc12.sc: Add gcc_except_table.
authorStephane Carrez <stcarrez@nerim.fr>
Tue, 29 Jul 2003 20:17:17 +0000 (20:17 +0000)
committerStephane Carrez <stcarrez@nerim.fr>
Tue, 29 Jul 2003 20:17:17 +0000 (20:17 +0000)
* scripttempl/elfm68hc11.sc: Likewise.

ld/ChangeLog
ld/scripttempl/elfm68hc11.sc
ld/scripttempl/elfm68hc12.sc

index c77b0873dc44d7cb29d2f25d2c1f15397bd6e39d..33bdae1501f940ef9ab7bdc625e053e9b6bb25f8 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-29  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * scripttempl/elfm68hc12.sc: Add gcc_except_table.
+       * scripttempl/elfm68hc11.sc: Likewise.
+
 2003-07-28  Alan Modra  <amodra@bigpond.net.au>
 
        * emulparams/elf64ppc.sh (GOT): Fix for shell brace matching.
index 5188982e735b1509d84c11664216eb9b9786d619..f4977f67ac403d797e771896712a3ef301b97f35 100644 (file)
@@ -328,6 +328,11 @@ SECTIONS
     KEEP (*(.eh_frame))
   } ${RELOCATING+ > ${TEXT_MEMORY}}
 
+  .gcc_except_table ${RELOCATING-0} :
+  {
+    *(.gcc_except_table)
+  } ${RELOCATING+ > ${TEXT_MEMORY}}
+
   .rodata  ${RELOCATING-0} :
   {
     *(.rodata)
index 94f10c959fdef46b3f20e3b79f3e89969f927d90..876aff0a7f5423c5d83b1d7012768a8f5a358846 100644 (file)
@@ -326,6 +326,11 @@ SECTIONS
     KEEP (*(.eh_frame))
   } ${RELOCATING+ > ${TEXT_MEMORY}}
 
+  .gcc_except_table ${RELOCATING-0} :
+  {
+    *(.gcc_except_table)
+  } ${RELOCATING+ > ${TEXT_MEMORY}}
+
   .rodata  ${RELOCATING-0} :
   {
     *(.rodata)
This page took 0.028565 seconds and 4 git commands to generate.