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>
|
2008-12-09 Jukka Pietarinen <jukka.pietarinen@mrf.fi>
|
||||||
|
|
||||||
* bsp_specs: Update to reflect comments.
|
* bsp_specs: Update to reflect comments.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user