]> git.sur5r.net Git - cc65/commitdiff
Rename 'syschk' symbol in the linker config file, which forces inclusion
authorChristian Groessler <chris@groessler.org>
Thu, 17 Oct 2013 23:36:44 +0000 (01:36 +0200)
committerChristian Groessler <chris@groessler.org>
Fri, 18 Oct 2013 01:08:15 +0000 (03:08 +0200)
of the 'system check' load chunki, to '__SYSTEM_CHECK__'.

cfg/atari-overlay.cfg
cfg/atari.cfg
cfg/atarixl-largehimem.cfg
cfg/atarixl-overlay.cfg
cfg/atarixl.cfg
libsrc/atari/system_check.s

index c58cf830a1b527de714fbab8aa0a7fdd90ccf980..1cc0eb725e893576968bebeaef32a284b29da28c 100644 (file)
@@ -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;
index 69132cde3a695f504ba9be7bd5773491f918a878..7555bb4a1b91c91b0414070c16e830260fce059f 100644 (file)
@@ -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;
index a4923d025de3d6462ff05317c7799b6eced6331e..5217597ac906350b47c12907995d96a89eca48db 100644 (file)
@@ -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
 }
 
index b38dff7315303203f98d058dc9490616271baa90..6f5ccbd2cf76d447a69bfb60dfcb8a8a2050b47f 100644 (file)
@@ -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
 }
 
index c57bef7b7882be76d40be31cb96271def9856343..430c7fb5fdf8ab9e6abcb666fb4a7e9ef08db8ac 100644 (file)
@@ -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
 }
 
index ef544ef6f31831375caee83ceedc5269ccbb96c6..dbc0b5dfb87e7d04912fc8f1c8b83906136cef5f 100644 (file)
@@ -16,7 +16,7 @@
 
 ;DEBUG   =       1
 
-        .export         syschk
+        .export         __SYSTEM_CHECK__: absolute = 1
         .import         __SYSCHK_LOAD__
         .import         __STARTADDRESS__