From: Christian Groessler Date: Tue, 17 Sep 2013 22:28:48 +0000 (+0200) Subject: remove __RESERVED_MEMORY__: not supported on atarixl X-Git-Tag: V2.15~223^2~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=42835d91b889c3f98d2c49cfaf8ce5b9b42381a5;p=cc65 remove __RESERVED_MEMORY__: not supported on atarixl --- diff --git a/cfg/atarixl-overlay.cfg b/cfg/atarixl-overlay.cfg index cfa786bf1..74a4a8c2f 100644 --- a/cfg/atarixl-overlay.cfg +++ b/cfg/atarixl-overlay.cfg @@ -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 diff --git a/cfg/atarixl.cfg b/cfg/atarixl.cfg index d5bee6575..94aff46a5 100644 --- a/cfg/atarixl.cfg +++ b/cfg/atarixl.cfg @@ -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