added seperate segments for initialized data
[fw/sdcc] / src / pic / main.c
index 596f5cb25e8effa3016ddac723ce97f68329aac0..d88ae7e2f77ff209f9cd037bad85552790cda3f3 100644 (file)
@@ -265,6 +265,8 @@ PORT pic_port =
     "OSEG    (OVR,DATA)",
     "GSFINAL (CODE)",
     "HOME       (CODE)",
+    NULL, // xidata
+    NULL, // xinit
     NULL,
     NULL,
     1
@@ -286,6 +288,7 @@ PORT pic_port =
   _pic14_keywords,
   _pic14_genAssemblerPreamble,
   _pic14_genIVT,
+  NULL, // _pic14_genXINIT
   _pic14_reset_regparm,
   _pic14_regparm,
   NULL,
@@ -300,5 +303,6 @@ PORT pic_port =
   0,                           /* leave == */
   FALSE,                        /* No array initializer support. */
   0,                            /* no CSE cost estimation yet */
+  NULL,                        /* no builtin functions */
   PORT_MAGIC
 };