2001-06-24 Ben Elliston <bje@redhat.com>
authorBen Elliston <bje@au.ibm.com>
Sat, 23 Jun 2001 23:02:57 +0000 (23:02 +0000)
committerBen Elliston <bje@au.ibm.com>
Sat, 23 Jun 2001 23:02:57 +0000 (23:02 +0000)
* config/tc-m88k.c (md_pseudo_table): Properly terminate the table
to allay a possible compiler warning.

gas/ChangeLog
gas/config/tc-m88k.c

index f302eb7248990c1e316a863d89ff8e2fb97cc8e0..5b6b7913309e644161b5fddbf75f35e25e61821e 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-24  Ben Elliston  <bje@redhat.com>
+
+       * config/tc-m88k.c (md_pseudo_table): Properly terminate the table
+       to allay a possible compiler warning.
+
 2001-06-22  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * doc/internals.texi (CPU backend): Document md_atof.
index a5842d11bcd381e9ce1c8b242840dbe03734e05e..6c46baf8339b8e4009346f626b9550e02ab8cd51 100644 (file)
@@ -179,7 +179,7 @@ const pseudo_typeS md_pseudo_table[] =
   /* Force set to be treated as an instruction.  */
   {"set", NULL, 0},
   {".set", s_set, 0},
-  {0}
+  {NULL, NULL, 0}
 };
 
 void
This page took 0.031306 seconds and 4 git commands to generate.