* scripttempl/i386go32.sc: Handle g++ exception sections.
+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>:
*(.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});}