]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/none.cfg
Added command line response files
[cc65] / src / ld65 / cfg / none.cfg
index bb708dec0b6e01f75207eb97fcff2c7b76394c75..c9732ef4f2a00d732025d911202ce6bec326f9c2 100644 (file)
@@ -7,3 +7,13 @@ SEGMENTS {
     DATA: load = RAM, type = rw;
     BSS: load = RAM, type = bss, define = yes;
 }
+FEATURES {
+    CONDES: segment = RODATA,
+           type = constructor,
+           label = __CONSTRUCTOR_TABLE__,
+           count = __CONSTRUCTOR_COUNT__;
+    CONDES: segment = RODATA,
+           type = destructor,
+           label = __DESTRUCTOR_TABLE__,
+           count = __DESTRUCTOR_COUNT__;
+}