From bf3a23c34c813e5a9f0fac69620ef1565cf4e023 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Fri, 18 Oct 2013 01:36:44 +0200 Subject: [PATCH] Rename 'syschk' symbol in the linker config file, which forces inclusion of the 'system check' load chunki, to '__SYSTEM_CHECK__'. --- cfg/atari-overlay.cfg | 2 +- cfg/atari.cfg | 2 +- cfg/atarixl-largehimem.cfg | 2 +- cfg/atarixl-overlay.cfg | 2 +- cfg/atarixl.cfg | 2 +- libsrc/atari/system_check.s | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cfg/atari-overlay.cfg b/cfg/atari-overlay.cfg index c58cf830a..1cc0eb725 100644 --- a/cfg/atari-overlay.cfg +++ b/cfg/atari-overlay.cfg @@ -6,7 +6,7 @@ SYMBOLS { __OVERLAYSIZE__: type = weak, value = $1000; # 4k overlay __STARTADDRESS__: type = export, value = %S; __RESERVED_MEMORY__: type = weak, value = $0000; - syschk: type = import; # force inclusion of SYSCHK + __SYSTEM_CHECK__: type = import; # force inclusion of "system check" load chunk } MEMORY { ZP: file = "", define = yes, start = $0082, size = $007E; diff --git a/cfg/atari.cfg b/cfg/atari.cfg index 69132cde3..7555bb4a1 100644 --- a/cfg/atari.cfg +++ b/cfg/atari.cfg @@ -5,7 +5,7 @@ SYMBOLS { __STACKSIZE__: type = weak, value = $0800; # 2k stack __STARTADDRESS__: type = export, value = %S; __RESERVED_MEMORY__: type = weak, value = $0000; - syschk: type = import; # force inclusion of SYSCHK + __SYSTEM_CHECK__: type = import; # force inclusion of "system check" load chunk } MEMORY { ZP: file = "", define = yes, start = $0082, size = $007E; diff --git a/cfg/atarixl-largehimem.cfg b/cfg/atarixl-largehimem.cfg index a4923d025..5217597ac 100644 --- a/cfg/atarixl-largehimem.cfg +++ b/cfg/atarixl-largehimem.cfg @@ -10,7 +10,7 @@ FEATURES { SYMBOLS { __STACKSIZE__: type = weak, value = $0800; # 2k stack __STARTADDRESS__: type = export, value = %S; - syschk: type = import; # force inclusion of SYSCHK + __SYSTEM_CHECK__: type = import; # force inclusion of "system check" load chunk sramprep: type = import; # force inclusion of SRPREP } diff --git a/cfg/atarixl-overlay.cfg b/cfg/atarixl-overlay.cfg index b38dff731..6f5ccbd2c 100644 --- a/cfg/atarixl-overlay.cfg +++ b/cfg/atarixl-overlay.cfg @@ -6,7 +6,7 @@ SYMBOLS { __STACKSIZE__: type = weak, value = $0800; # 2k stack __OVERLAYSIZE__: type = weak, value = $1000; # 4k overlay __STARTADDRESS__: type = export, value = %S; - syschk: type = import; # force inclusion of SYSCHK + __SYSTEM_CHECK__: type = import; # force inclusion of "system check" load chunk sramprep: type = import; # force inclusion of SRPREP } diff --git a/cfg/atarixl.cfg b/cfg/atarixl.cfg index c57bef7b7..430c7fb5f 100644 --- a/cfg/atarixl.cfg +++ b/cfg/atarixl.cfg @@ -5,7 +5,7 @@ FEATURES { SYMBOLS { __STACKSIZE__: type = weak, value = $0800; # 2k stack __STARTADDRESS__: type = export, value = %S; - syschk: type = import; # force inclusion of SYSCHK + __SYSTEM_CHECK__: type = import; # force inclusion of "system check" load chunk sramprep: type = import; # force inclusion of SRPREP } diff --git a/libsrc/atari/system_check.s b/libsrc/atari/system_check.s index ef544ef6f..dbc0b5dfb 100644 --- a/libsrc/atari/system_check.s +++ b/libsrc/atari/system_check.s @@ -16,7 +16,7 @@ ;DEBUG = 1 - .export syschk + .export __SYSTEM_CHECK__: absolute = 1 .import __SYSCHK_LOAD__ .import __STARTADDRESS__