]> git.sur5r.net Git - cc65/commitdiff
make BSS segment optional in atari-cassette.cfg 298/head
authorChristian Groessler <chris@groessler.org>
Tue, 24 May 2016 23:29:00 +0000 (01:29 +0200)
committerChristian Groessler <chris@groessler.org>
Tue, 24 May 2016 23:29:00 +0000 (01:29 +0200)
cfg/atari-cassette.cfg

index 84bb5ad022bb81d2ae9f974616ba88e135487384..5e99c303e8bcff3c4648142aa66236940a36cec3 100644 (file)
@@ -21,7 +21,7 @@ SEGMENTS {
     CODE:     load = MAIN, type = ro,  define = yes;
     RODATA:   load = MAIN, type = ro,                optional = yes;
     DATA:     load = MAIN, type = rw,                optional = yes;
-    BSS:      load = MAIN, type = bss, define = yes;
+    BSS:      load = MAIN, type = bss, define = yes, optional = yes;
     INIT:     load = MAIN, type = bss,               optional = yes;
 }
 FEATURES {