]> git.sur5r.net Git - cc65/commitdiff
remove __RESERVED_MEMORY__: not supported on atarixl
authorChristian Groessler <chris@groessler.org>
Tue, 17 Sep 2013 22:28:48 +0000 (00:28 +0200)
committerChristian Groessler <chris@groessler.org>
Tue, 17 Sep 2013 22:28:48 +0000 (00:28 +0200)
cfg/atarixl-overlay.cfg
cfg/atarixl.cfg

index cfa786bf1c2027203596a17a73b31379e61af8df..74a4a8c2f11da4cf9f7f81463abd07d71d45d08f 100644 (file)
@@ -5,7 +5,6 @@ FEATURES {
 SYMBOLS {
     __STACKSIZE__:       type = weak, value = $0800; # 2k stack
     __OVERLAYSIZE__:     type = weak, value = $1000; # 4k overlay
-    __RESERVED_MEMORY__: type = weak, value = $0000;
     __STARTADDRESS__:    type = export, value = %S;
     syschk:              type = import;  # force inclusion of SYSCHK
     sramprep:            type = import;  # force inclusion of SRPREP
index d5bee6575dd38bdbb6912673cc0b389a4dd8923a..94aff46a59bce26535dde8d2dda8bb995e9122e1 100644 (file)
@@ -4,7 +4,6 @@ FEATURES {
 
 SYMBOLS {
     __STACKSIZE__:       type = weak, value = $0800; # 2k stack
-    __RESERVED_MEMORY__: type = weak, value = $0000;
     __STARTADDRESS__:    type = export, value = %S;
     syschk:              type = import;  # force inclusion of SYSCHK
     sramprep:            type = import;  # force inclusion of SRPREP