* obj-som.c: Terminate obj_pseudo_table.

This commit is contained in:
Jeff Law 2000-04-24 23:48:13 +00:00
parent b84b7669fb
commit 5047a41fff
2 changed files with 6 additions and 1 deletions

View 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

View 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;