OSDN Git Service

1999-08-09 Mark Elbrecht <snowball3@bigfoot.com>
authorian <ian>
Tue, 10 Aug 1999 03:07:45 +0000 (03:07 +0000)
committerian <ian>
Tue, 10 Aug 1999 03:07:45 +0000 (03:07 +0000)
* scripttempl/i386go32.sc: Handle g++ exception sections.

ld/ChangeLog
ld/scripttempl/i386go32.sc

index 8f68eff..af34b23 100644 (file)
@@ -1,3 +1,7 @@
+1999-08-09  Mark Elbrecht  <snowball3@bigfoot.com>
+
+       * scripttempl/i386go32.sc: Handle g++ exception sections.
+
 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
 
        From Wally Iimura <iimura@microunity.com>:
index 303e792..0d97fd3 100644 (file)
@@ -32,6 +32,13 @@ SECTIONS
     *(.dtor)
     djgpp_last_dtor = . ;}
     *(.data)
+
+    ${RELOCATING+*(.gcc_exc*)}
+    ${RELOCATING+___EH_FRAME_BEGIN__ = . ;}
+    ${RELOCATING+*(.eh_fram*)}
+    ${RELOCATING+___EH_FRAME_END__ = . ;}
+    ${RELOCATING+LONG(0);}
+
     ${RELOCATING+*(.gnu.linkonce.d*)}
     ${RELOCATING+edata  =  . ; _edata = .};
     ${RELOCATING+. = ALIGN(${SEGMENT_SIZE});}