mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 09:09:16 +08:00
2005-01-19 Fred Fish <fnf@specifixinc.com>
* config/tc-mips.c (dummy_opcode): Add init for new struct member.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2005-01-19 Fred Fish <fnf@specifixinc.com>
|
||||||
|
|
||||||
|
* config/tc-mips.c (dummy_opcode): Add init for new struct member.
|
||||||
|
|
||||||
2005-01-19 Richard Sandiford <rsandifo@redhat.com>
|
2005-01-19 Richard Sandiford <rsandifo@redhat.com>
|
||||||
|
|
||||||
* read.c (convert_to_bignum): New function, split out from...
|
* read.c (convert_to_bignum): New function, split out from...
|
||||||
|
@ -523,7 +523,7 @@ static struct mips_cl_insn prev_prev_insn;
|
|||||||
|
|
||||||
/* If we don't want information for prev_insn or prev_prev_insn, we
|
/* If we don't want information for prev_insn or prev_prev_insn, we
|
||||||
point the insn_mo field at this dummy integer. */
|
point the insn_mo field at this dummy integer. */
|
||||||
static const struct mips_opcode dummy_opcode = { NULL, NULL, 0, 0, 0, 0 };
|
static const struct mips_opcode dummy_opcode = { NULL, NULL, 0, 0, 0, 0, 0 };
|
||||||
|
|
||||||
/* Non-zero if prev_insn is valid. */
|
/* Non-zero if prev_insn is valid. */
|
||||||
static int prev_insn_valid;
|
static int prev_insn_valid;
|
||||||
|
Reference in New Issue
Block a user