2001-10-21 Michael Hope <michaelh@juju.net.nz>
[fw/sdcc] / src / izt / tlcs900h.c
index fc259061df7e246571c6577c516e1fa5c6aaf5b9..8cfc51616c61f7de5ff02e4dba1b92cb3cf08b87 100644 (file)
@@ -144,12 +144,14 @@ PORT tlcs900h_port =
     _asmCmd,
     NULL,
     NULL,
+    NULL,
     0,
     NULL
   },
   {
     _linkCmd,
     NULL,
+    NULL,
     ".o"
   },
   {
@@ -181,7 +183,7 @@ PORT tlcs900h_port =
   },
     /* tlcs900h has an 16 bit mul */
   {
-    2, 0
+    2, -1
   },
   "_",
   _tlcs900h_init,
@@ -196,6 +198,8 @@ PORT tlcs900h_port =
   _tlcs900h_reset_regparm,
   _tlcs900h_regparm,
   NULL,
+  NULL,
+  NULL,
   FALSE,
   0,                           /* leave lt */
   0,                           /* leave gt */
@@ -203,5 +207,6 @@ PORT tlcs900h_port =
   1,                           /* transform >= to ! < */
   1,                           /* transform != to !(a == b) */
   0,                           /* leave == */
+  FALSE,                        /* No array initializer support. */    
   PORT_MAGIC
 };