2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>

* startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
	wildcard to gcc_except_table section so programs compiled with gcc
	4.3.x can link.
This commit is contained in:
Joel Sherrill
2008-03-03 23:02:14 +00:00
parent bb1dbc8255
commit ff1e20f46a
4 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: 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

View File

@@ -117,7 +117,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

View File

@@ -123,7 +123,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*)
SORT(CONSTRUCTORS) SORT(CONSTRUCTORS)
} > ram } > ram

View File

@@ -116,7 +116,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