- added sections .scommon* and .gnu*
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@288 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -38,7 +38,7 @@ SECTIONS
|
|||||||
|
|
||||||
.data . : ALIGN(2)
|
.data . : ALIGN(2)
|
||||||
{
|
{
|
||||||
*(.rodata*) *(.data*) *(.kdata) *(.sdata*) *(COMMON) *(.gcc*)
|
*(.rodata*) *(.data*) *(.kdata) *(.sdata*) *(.scommon*) *(COMMON) *(.gcc*) *(.gnu*)
|
||||||
} > sdram
|
} > sdram
|
||||||
|
|
||||||
.ctors . : ALIGN(2)
|
.ctors . : ALIGN(2)
|
||||||
|
|||||||
Reference in New Issue
Block a user