mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* obj-som.c: Terminate obj_pseudo_table.
This commit is contained in:
@ -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>
|
2000-04-22 Timothy Wall <twall@cygnus.com>
|
||||||
|
|
||||||
* config/tc-ia64.c (pseudo_func[]): Add new "nat" entry equivalent
|
* config/tc-ia64.c (pseudo_func[]): Add new "nat" entry equivalent
|
||||||
|
@ -30,7 +30,8 @@ static void obj_som_weak PARAMS ((int));
|
|||||||
|
|
||||||
const pseudo_typeS obj_pseudo_table[] =
|
const pseudo_typeS obj_pseudo_table[] =
|
||||||
{
|
{
|
||||||
{"weak", obj_som_weak, 0}
|
{"weak", obj_som_weak, 0},
|
||||||
|
{NULL, NULL, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
static int version_seen = 0;
|
static int version_seen = 0;
|
||||||
|
Reference in New Issue
Block a user