forked from Imagelibrary/rtems
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds, startup/linkcmds.hsc_cm01, startup/linkcmds.mpc8349eamds: 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.hsc_cm01,
|
||||
startup/linkcmds.mpc8349eamds: Add wildcard to gcc_except_table
|
||||
section so programs compiled with gcc 4.3.x can link.
|
||||
|
||||
2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Remove duplicate cases of mmu.rel and timer.rel in list
|
||||
|
||||
@@ -151,7 +151,7 @@ SECTIONS
|
||||
_erodata = .;
|
||||
|
||||
PROVIDE (__EXCEPT_START__ = .);
|
||||
*(.gcc_except_table)
|
||||
*(.gcc_except_table*)
|
||||
PROVIDE (__EXCEPT_END__ = .);
|
||||
__GOT_START__ = .;
|
||||
s.got = .;
|
||||
|
||||
@@ -148,7 +148,7 @@ SECTIONS
|
||||
_erodata = .;
|
||||
|
||||
PROVIDE (__EXCEPT_START__ = .);
|
||||
*(.gcc_except_table)
|
||||
*(.gcc_except_table*)
|
||||
PROVIDE (__EXCEPT_END__ = .);
|
||||
__GOT_START__ = .;
|
||||
s.got = .;
|
||||
|
||||
@@ -148,7 +148,7 @@ SECTIONS
|
||||
_erodata = .;
|
||||
|
||||
PROVIDE (__EXCEPT_START__ = .);
|
||||
*(.gcc_except_table)
|
||||
*(.gcc_except_table*)
|
||||
PROVIDE (__EXCEPT_END__ = .);
|
||||
__GOT_START__ = .;
|
||||
s.got = .;
|
||||
|
||||
Reference in New Issue
Block a user