]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2005-01-19 Fred Fish <fnf@specifixinc.com>
authorFred Fish <fnf@specifix.com>
Wed, 19 Jan 2005 23:33:33 +0000 (23:33 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 19 Jan 2005 23:33:33 +0000 (23:33 +0000)
* config/tc-mips.c (dummy_opcode): Add init for new struct member.

gas/ChangeLog
gas/config/tc-mips.c

index a833acd9b199cfb9ade8c493d3925f92fa8749c9..41b654cea5757797987db0d90679ffcd44d5055e 100644 (file)
@@ -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>
 
        * read.c (convert_to_bignum): New function, split out from...
index f65727a04d2cba4005a4f31cb78c20121f4f1bb0..fa9672444ff600250cfd0864dec2b6cb128b6dc3 100644 (file)
@@ -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
    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.  */
 static int prev_insn_valid;