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:
Joel Sherrill
2008-03-11 20:14:15 +00:00
parent d43dd822c6
commit 216f66f604
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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