]> git.sur5r.net Git - cc65/commitdiff
Add new symbol __STACKSIZE__ to all linker configurations.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 10 Mar 2001 14:24:58 +0000 (14:24 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 10 Mar 2001 14:24:58 +0000 (14:24 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@622 b7a2c559-68d2-44c3-8de9-860c34a00d81

12 files changed:
src/ld65/cfg/apple2.cfg
src/ld65/cfg/atari.cfg
src/ld65/cfg/bbc.cfg
src/ld65/cfg/c128.cfg
src/ld65/cfg/c64.cfg
src/ld65/cfg/cbm610.cfg
src/ld65/cfg/geos.cfg
src/ld65/cfg/lunix.cfg
src/ld65/cfg/nes.cfg
src/ld65/cfg/osa65.cfg
src/ld65/cfg/pet.cfg
src/ld65/cfg/plus4.cfg

index ec860e7737e846001818aee479bbc533d0fc50bc..ce841561a45d000d80ea44fb29e10fb5e4aa4cb7 100644 (file)
@@ -19,3 +19,8 @@ FEATURES {
            label = __DESTRUCTOR_TABLE__,
            count = __DESTRUCTOR_COUNT__;
 }
+SYMBOLS {
+    __STACKSIZE__ = $800;      # 2K stack
+}
+
+
index 5ebfa65633c350780e20bd0c0d298fbae3d5c283..66469ed19500921c4cb46a8a820d853590477a66 100644 (file)
@@ -22,3 +22,6 @@ FEATURES {
            label = __DESTRUCTOR_TABLE__,
            count = __DESTRUCTOR_COUNT__;
 }
+SYMBOLS {
+    __STACKSIZE__ = $800;      # 2K stack
+}
index 7b19096ee1f68b2cca6f24641c1f3261cd8b02df..5d2a12aacdda2a604f31f864f35759852e13b3bf 100644 (file)
@@ -19,5 +19,8 @@ FEATURES {
            label = __DESTRUCTOR_TABLE__,
            count = __DESTRUCTOR_COUNT__;
 }
+SYMBOLS {
+    __STACKSIZE__ = $800;      # 2K stack
+}
 
 
index 72856639a4c4642c564292e40beb7dc012ee197c..dc9f873b971da925686adac7170bbc519c749613 100644 (file)
@@ -19,3 +19,6 @@ FEATURES {
            label = __DESTRUCTOR_TABLE__,
            count = __DESTRUCTOR_COUNT__;
 }
+SYMBOLS {
+    __STACKSIZE__ = $800;      # 2K stack
+}
index 06775558919336ef8bb9ca7c1a70b72311e1866e..6ca1ca9f5ed0c5d853d1f96cbc5b070e855687b2 100644 (file)
@@ -19,5 +19,8 @@ FEATURES {
            label = __DESTRUCTOR_TABLE__,
            count = __DESTRUCTOR_COUNT__;
 }
+SYMBOLS {
+    __STACKSIZE__ = $800;      # 2K stack
+}
 
 
index f5ec9c270b9d3f9ec8d1dbbc544773480a2c43a7..586412d535c550b6e94a7fb2368613d1ed5f7f68 100644 (file)
@@ -19,3 +19,6 @@ FEATURES {
            label = __DESTRUCTOR_TABLE__,
            count = __DESTRUCTOR_COUNT__;
 }
+SYMBOLS {
+    __STACKSIZE__ = $800;      # 2K stack
+}
index 32836ea4011b434e3b3f2a211befb88e7340d240..e86aafc778e6c711d4113c3f6799959f758266e1 100644 (file)
@@ -19,3 +19,6 @@ FEATURES {
            label = __DESTRUCTOR_TABLE__,
            count = __DESTRUCTOR_COUNT__;
 }
+SYMBOLS {
+    __STACKSIZE__ = $800;      # 2K stack
+}
index f83cfd2f8c5ef204b8680cbf195acac422b6d4b3..59b2db2d7269f656b6a0b8cd5a1fc4a35f4deeb4 100644 (file)
@@ -25,3 +25,6 @@ FILES {
 FORMATS {
     o65: os = lunix, type = small, extsym = "LUNIXKERNAL", extsym = "LIB6502";
 }
+SYMBOLS {
+    __STACKSIZE__ = $800;      # 2K stack
+}
index af02c5c65ebcfffb9b1c38760f12b0c3582a115a..d43663bf7992da726061c410a7b1a03d55f9128d 100644 (file)
@@ -19,3 +19,6 @@ FEATURES {
            label = __DESTRUCTOR_TABLE__,
            count = __DESTRUCTOR_COUNT__;
 }
+SYMBOLS {
+    __STACKSIZE__ = $800;      # 2K stack
+}
index 0ff4d31159d45bb30891e67ef5782d817963898f..d027d0c4eeb3c17f224244ed2d6557316cfd1519 100644 (file)
@@ -25,3 +25,6 @@ FILES {
 FORMATS {
     o65: os = osa65, type = small, extsym = "OSA2KERNAL", extsym = "LIB6502";
 }
+SYMBOLS {
+    __STACKSIZE__ = $800;      # 2K stack
+}
index d2d9ca2b2e992ecaa7a967c7790a837a7c7976f6..0cd2968bafd4731c72df4e9e23bd3d972d3fb01b 100644 (file)
@@ -19,4 +19,7 @@ FEATURES {
            label = __DESTRUCTOR_TABLE__,
            count = __DESTRUCTOR_COUNT__;
 }
+SYMBOLS {
+    __STACKSIZE__ = $800;      # 2K stack
+}
 
index cb39e2e800551fe27d96837ded93e2e68f5e130f..75be2bdc664340e4fd3db45005ad69879efc835d 100644 (file)
@@ -19,3 +19,6 @@ FEATURES {
            label = __DESTRUCTOR_TABLE__,
            count = __DESTRUCTOR_COUNT__;
 }
+SYMBOLS {
+    __STACKSIZE__ = $800;      # 2K stack
+}