1999-08-09 Mark Elbrecht <snowball3@bigfoot.com>
* scripttempl/i386go32.sc: Handle g++ exception sections.
This commit is contained in:
parent
432bdd91dd
commit
9c9ef45f16
2 changed files with 11 additions and 0 deletions
|
@ -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>
|
1999-08-09 Ian Lance Taylor <ian@zembu.com>
|
||||||
|
|
||||||
From Wally Iimura <iimura@microunity.com>:
|
From Wally Iimura <iimura@microunity.com>:
|
||||||
|
|
|
@ -32,6 +32,13 @@ SECTIONS
|
||||||
*(.dtor)
|
*(.dtor)
|
||||||
djgpp_last_dtor = . ;}
|
djgpp_last_dtor = . ;}
|
||||||
*(.data)
|
*(.data)
|
||||||
|
|
||||||
|
${RELOCATING+*(.gcc_exc*)}
|
||||||
|
${RELOCATING+___EH_FRAME_BEGIN__ = . ;}
|
||||||
|
${RELOCATING+*(.eh_fram*)}
|
||||||
|
${RELOCATING+___EH_FRAME_END__ = . ;}
|
||||||
|
${RELOCATING+LONG(0);}
|
||||||
|
|
||||||
${RELOCATING+*(.gnu.linkonce.d*)}
|
${RELOCATING+*(.gnu.linkonce.d*)}
|
||||||
${RELOCATING+edata = . ; _edata = .};
|
${RELOCATING+edata = . ; _edata = .};
|
||||||
${RELOCATING+. = ALIGN(${SEGMENT_SIZE});}
|
${RELOCATING+. = ALIGN(${SEGMENT_SIZE});}
|
||||||
|
|
Loading…
Add table
Reference in a new issue