]> git.sur5r.net Git - cc65/commitdiff
Better define 'EXTBSS' to allow developer to memset() set it to zero on startup.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 10 Jun 2012 12:37:32 +0000 (12:37 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 10 Jun 2012 12:37:32 +0000 (12:37 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5698 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/cfg/geos-apple.cfg

index caf97a92f24df672994473ebd60e698dc53570a0..e07b17ded9ee5595e570489ec475e9648340c974 100644 (file)
@@ -33,7 +33,7 @@ MEMORY {
 SEGMENTS {
     ZEROPAGE:  type = zp,  load = ZP;
     EXTZP:     type = zp,  load = ZP;
-    EXTBSS:    type = bss, load = EXT                                    optional = yes;
+    EXTBSS:    type = bss, load = EXT,                define     = yes,  optional = yes;
     FILEINFO:  type = ro,                 load = CVT, offset     = $002;
     RECORDS:   type = ro,                 load = CVT, offset     = $100, optional = yes;
     DIRENTRY:  type = ro,                 load = CVT, offset     = $180;