mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 23:10:26 +00:00
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.
This commit is contained in:
parent
2dd627049d
commit
a181d81e0c
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user