changeset 246:c602f6eca3ed 2.x

Changed default LWEX stack size to 1K
author lost
date Thu, 19 Nov 2009 02:44:11 +0000
parents eb499c146c0d
children d8b5ff5c4ef9
files ChangeLog lwlink/script.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Nov 19 00:51:31 2009 +0000
+++ b/ChangeLog	Thu Nov 19 02:44:11 2009 +0000
@@ -22,6 +22,7 @@
 [+] Allow symbol to appear after whitespace if specified with a trailing :
     to improve compatibility with gcc6809 output [LWASM]
 [b] Treat incomplete reference flags as specified in docs [LWLINK]
+[ ] Changed default LWEX stack size to 1K
 
 Version 2.5
 
--- a/lwlink/script.c	Thu Nov 19 00:51:31 2009 +0000
+++ b/lwlink/script.c	Thu Nov 19 02:44:11 2009 +0000
@@ -55,7 +55,7 @@
 	"section *,!bss\n"
 	"section *,bss\n"
 	"entry __start\n"
-	"stacksize 0100\n"		// default 256 byte stack
+	"stacksize 0400\n"		// default 1024 byte stack
 	;
 
 // the "simple" script