mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds, startup/linkcmds.sim: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds, startup/linkcmds.sim: Add wildcard to
|
||||||
|
gcc_except_table section so programs compiled with gcc 4.3.x can
|
||||||
|
link.
|
||||||
|
|
||||||
2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* Makefile.am, preinstall.am, startup/linkcmds: Save the old linker
|
* Makefile.am, preinstall.am, startup/linkcmds: Save the old linker
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ SECTIONS
|
|||||||
*(.eh_fram*)
|
*(.eh_fram*)
|
||||||
___EH_FRAME_END__ = .;
|
___EH_FRAME_END__ = .;
|
||||||
LONG(0);
|
LONG(0);
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
CONSTRUCTORS
|
CONSTRUCTORS
|
||||||
} > ram
|
} > ram
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ SECTIONS
|
|||||||
*(.eh_fram*)
|
*(.eh_fram*)
|
||||||
___EH_FRAME_END__ = .;
|
___EH_FRAME_END__ = .;
|
||||||
LONG(0);
|
LONG(0);
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
CONSTRUCTORS
|
CONSTRUCTORS
|
||||||
} > ram
|
} > ram
|
||||||
|
|||||||
Reference in New Issue
Block a user