* obj-som.c: Terminate obj_pseudo_table.
authorJeff Law <law@redhat.com>
Mon, 24 Apr 2000 23:48:13 +0000 (23:48 +0000)
committerJeff Law <law@redhat.com>
Mon, 24 Apr 2000 23:48:13 +0000 (23:48 +0000)
gas/ChangeLog
gas/config/obj-som.c

index ac47c1d466dbd3c8de4f27bc9e5cd1841a48d317..6656afa02a12f255f19fc65ed7152f5de2bf3483 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-24  Mark Klein <mklein@dis.com>
+
+        * obj-som.c: Terminate obj_pseudo_table.
+
 2000-04-22  Timothy Wall  <twall@cygnus.com>
 
        * config/tc-ia64.c (pseudo_func[]): Add new "nat" entry equivalent
index 65d4adad58cc70f213ab24f65f33ced066cfa159..c4a4962de17c3b497bcb3cb64d49b7cc0ce081ae 100644 (file)
@@ -30,7 +30,8 @@ static void obj_som_weak PARAMS ((int));
 
 const pseudo_typeS obj_pseudo_table[] =
 {
-  {"weak", obj_som_weak, 0}
+  {"weak", obj_som_weak, 0},
+  {NULL, NULL, 0}
 };
 
 static int version_seen = 0;
This page took 0.030056 seconds and 4 git commands to generate.