Replaced cast (void **) with (void *) to avoid gcc 3 warning:
[fw/sdcc] / src / izt / tlcs900h.c
index 9122bff41dc2e496df2387100dc947bd9969bad9..732f93a1313bb8af39b6336def3f53a4029988a7 100644 (file)
@@ -135,7 +135,9 @@ PORT tlcs900h_port =
   TARGET_ID_TLCS900H,
   "tlcs900h",
   "Toshiba TLCS-900H",         /* Target name */
+  NULL,
   {
+    glue,
     TRUE,                      /* Emit glue around main */
     MODEL_SMALL,
     MODEL_SMALL
@@ -146,7 +148,8 @@ PORT tlcs900h_port =
     NULL,
     NULL,
     0,
-    NULL
+    NULL,
+    NULL                       /* no do_assemble function */
   },
   {
     _linkCmd,
@@ -196,6 +199,7 @@ PORT tlcs900h_port =
   _tlcs900h_getRegName,
   _tlcs900h_keywords,
   _tlcs900h_genAssemblerPreamble,
+  NULL,                                /* no genAssemblerEnd */
   _tlcs900h_genIVT,
   0, // _tlcs900h_genXINIT
   _tlcs900h_reset_regparm,