]> git.sur5r.net Git - cc65/blobdiff - cfg/atmos.cfg
Renamed INITBSS to INIT and INIT to ONCE.
[cc65] / cfg / atmos.cfg
index a1f935efa60b37367d292916aff78cfebe7d1149..a0f7e1c3dcfad16caabdcf8bf717fa6e37bcf4e7 100644 (file)
@@ -21,7 +21,7 @@ SEGMENTS {
     LOWCODE:  load = RAM,     type = ro,                optional = yes;
     CODE:     load = RAM,     type = ro;
     RODATA:   load = RAM,     type = ro;
-    INIT:     load = RAM,     type = ro,  define = yes, optional = yes;
+    ONCE:     load = RAM,     type = ro,  define = yes, optional = yes;
     DATA:     load = RAM,     type = rw;
     ZPSAVE1:  load = RAM,     type = rw,  define = yes; # ZPSAVE1, ZPSAVE2 must be together
     ZPSAVE2:  load = RAM,     type = bss;               # see "libsrc/atmos/crt0.s"
@@ -31,7 +31,7 @@ FEATURES {
     CONDES: type    = constructor,
             label   = __CONSTRUCTOR_TABLE__,
             count   = __CONSTRUCTOR_COUNT__,
-            segment = INIT;
+            segment = ONCE;
     CONDES: type    = destructor,
             label   = __DESTRUCTOR_TABLE__,
             count   = __DESTRUCTOR_COUNT__,