forked from Imagelibrary/rtems
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Increase default C Program Heap size to be able to run Ada ACATS testsuite.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* startup/linkcmds: Increase default C Program Heap size to be able to
|
||||||
|
run Ada ACATS testsuite.
|
||||||
|
|
||||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
_RamBase = DEFINED(_RamBase) ? _RamBase : 0x0;
|
_RamBase = DEFINED(_RamBase) ? _RamBase : 0x0;
|
||||||
_RamSize = DEFINED(_RamSize) ? _RamSize : 1M;
|
_RamSize = DEFINED(_RamSize) ? _RamSize : 1M;
|
||||||
HeapSize = DEFINED(HeapSize) ? HeapSize : 0x10000;
|
HeapSize = DEFINED(HeapSize) ? HeapSize : 0x40000;
|
||||||
_StackSize = DEFINED(_StackSize) ? _StackSize : 0x1000;
|
_StackSize = DEFINED(_StackSize) ? _StackSize : 0x1000;
|
||||||
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
|
|||||||
Reference in New Issue
Block a user