added seperate segments for initialized data
[fw/sdcc] / src / izt / tlcs900h.c
index 3be389c1d29e85608076a1859f6916ac6e8641e6..02b37b38b9b020ea415ec034a54653f08369a6c9 100644 (file)
@@ -174,6 +174,8 @@ PORT tlcs900h_port =
     "OSEG    (OVR,DATA)",
     "GSFINAL (CODE)",
     "HOME       (CODE)",
+    NULL, // xidata
+    NULL, // xinit
     NULL,
     NULL,
     1
@@ -195,6 +197,7 @@ PORT tlcs900h_port =
   _tlcs900h_keywords,
   _tlcs900h_genAssemblerPreamble,
   _tlcs900h_genIVT,
+  0, // _tlcs900h_genXINIT
   _tlcs900h_reset_regparm,
   _tlcs900h_regparm,
   NULL,