ld65.cfg: define stubs for crt0.s to use
authorAlan Cox <alan@linux.intel.com>
Fri, 16 Jan 2015 22:57:42 +0000 (22:57 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 16 Jan 2015 22:57:42 +0000 (22:57 +0000)
Kernel/platform-tgl6502/ld65.cfg

index d10e008..8d80631 100644 (file)
@@ -16,7 +16,7 @@ SEGMENTS {
        BSS:    load = RAM1, type = bss, define=yes;
        COMMONDATA: load = RAM0, type= bss;
        COMMONMEM: load = ROM1, run = RAM0, type = rw, define = yes;
-       STUBS:   load = ROM1, run = RAM0, type = ro;
+       STUBS:   load = ROM1, run = RAM0, type = ro, define = yes;
        VECTORS: load = ROM1, type = ro, start = $FFFA;
 }