- 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:
2009-01-26 09:53:34 +00:00
parent 342de5f159
commit 0b7f09d0d9
+1 -1
View File
@@ -38,7 +38,7 @@ SECTIONS
.data . : ALIGN(2)
{
*(.rodata*) *(.data*) *(.kdata) *(.sdata*) *(COMMON) *(.gcc*)
*(.rodata*) *(.data*) *(.kdata) *(.sdata*) *(.scommon*) *(COMMON) *(.gcc*) *(.gnu*)
} > sdram
.ctors . : ALIGN(2)