1999-08-09 Mark Elbrecht <snowball3@bigfoot.com>
authorIan Lance Taylor <ian@airs.com>
Tue, 10 Aug 1999 03:07:46 +0000 (03:07 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 10 Aug 1999 03:07:46 +0000 (03:07 +0000)
* scripttempl/i386go32.sc: Handle g++ exception sections.

ld/ChangeLog
ld/scripttempl/i386go32.sc

index 8f68eff629f17a7a8f8e9762163f8fb5c7b470c3..af34b231674d073c59f318c0e70d1b91eef2c756 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 303e792767a77cb31af6697f202a2489145e2a18..0d97fd3a89955b673c19dae36ec207813f5dc865 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});}