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.bootp, startup/linkcmds.prom: 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.bootp, startup/linkcmds.prom: Add
|
||||||
|
wildcard to gcc_except_table section so programs compiled with gcc
|
||||||
|
4.3.x can link.
|
||||||
|
|
||||||
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
2007-05-03 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Handle .data.* sections
|
* startup/linkcmds: Handle .data.* sections
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ SECTIONS {
|
|||||||
_copy_start = .;
|
_copy_start = .;
|
||||||
*(.data*)
|
*(.data*)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (edata = .);
|
PROVIDE (edata = .);
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ SECTIONS {
|
|||||||
*(.data)
|
*(.data)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (edata = .);
|
PROVIDE (edata = .);
|
||||||
_copy_end = .;
|
_copy_end = .;
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ SECTIONS {
|
|||||||
*(.data)
|
*(.data)
|
||||||
*(.gnu.linkonce.d*)
|
*(.gnu.linkonce.d*)
|
||||||
*(.jcr)
|
*(.jcr)
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table*)
|
||||||
. = ALIGN (16);
|
. = ALIGN (16);
|
||||||
PROVIDE (edata = .);
|
PROVIDE (edata = .);
|
||||||
_copy_end = .;
|
_copy_end = .;
|
||||||
|
|||||||
Reference in New Issue
Block a user