forked from Imagelibrary/rtems
2009-02-21 Michael Walle <michael@walle.cc>
* startup/linkcmds: Add new sections.
This commit is contained in:
@@ -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>
|
||||
|
||||
* bsp_specs: Update to reflect comments.
|
||||
|
||||
@@ -142,7 +142,10 @@ SECTIONS
|
||||
} > sdram
|
||||
.data1 : { *(.data1) } > sdram
|
||||
PROVIDE (__EXCEPT_START__ = .);
|
||||
.gcc_except_table : { *(.gcc_except_table) } > sdram
|
||||
.gcc_except_table : {
|
||||
*(.gcc_except_table)
|
||||
*(.gcc_except_table.*)
|
||||
} > sdram
|
||||
PROVIDE (__EXCEPT_END__ = .);
|
||||
.got1 : { *(.got1) } > sdram
|
||||
/* Put .ctors and .dtors next to the .got2 section, so that the pointers
|
||||
|
||||
Reference in New Issue
Block a user