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

* shared/startup/linkcmds: 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:07:25 +00:00
parent 9c32deb4f4
commit 91c96e1ad9
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/startup/linkcmds: Add wildcard to gcc_except_table section so
programs compiled with gcc 4.3.x can link.
2008-02-19 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-02-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* gen405: Remove (Abandoned). * gen405: Remove (Abandoned).

View File

@@ -142,7 +142,7 @@ _SDA2_BASE_ = __SDATA2_START__ + 0x8000;
} > CODE } > CODE
.data1 : { *(.data1) } > CODE .data1 : { *(.data1) } > CODE
PROVIDE (__EXCEPT_START__ = .); PROVIDE (__EXCEPT_START__ = .);
.gcc_except_table : { *(.gcc_except_table) } > CODE .gcc_except_table : { *(.gcc_except_table*) } > CODE
PROVIDE (__EXCEPT_END__ = .); PROVIDE (__EXCEPT_END__ = .);
.got1 : { *(.got1) } > CODE .got1 : { *(.got1) } > CODE
/* Put .ctors and .dtors next to the .got2 section, so that the pointers /* Put .ctors and .dtors next to the .got2 section, so that the pointers