2009-02-21 Michael Walle <michael@walle.cc>

* startup/linkcmds: Add new sections.
This commit is contained in:
Joel Sherrill
2009-02-21 14:02:11 +00:00
parent 4ee7d75bce
commit 09b73cf9c7
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-02-21 Michael Walle <michael@walle.cc>
* startup/linkcmds: Add new sections.
2008-12-09 Jukka Pietarinen <jukka.pietarinen@mrf.fi> 2008-12-09 Jukka Pietarinen <jukka.pietarinen@mrf.fi>
* bsp_specs: Update to reflect comments. * bsp_specs: Update to reflect comments.

View File

@@ -142,7 +142,10 @@ SECTIONS
} > sdram } > sdram
.data1 : { *(.data1) } > sdram .data1 : { *(.data1) } > sdram
PROVIDE (__EXCEPT_START__ = .); PROVIDE (__EXCEPT_START__ = .);
.gcc_except_table : { *(.gcc_except_table) } > sdram .gcc_except_table : {
*(.gcc_except_table)
*(.gcc_except_table.*)
} > sdram
PROVIDE (__EXCEPT_END__ = .); PROVIDE (__EXCEPT_END__ = .);
.got1 : { *(.got1) } > sdram .got1 : { *(.got1) } > sdram
/* 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