]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2001-10-18 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@google.com>
Thu, 18 Oct 2001 22:41:35 +0000 (22:41 +0000)
committerChris Demetriou <cgd@google.com>
Thu, 18 Oct 2001 22:41:35 +0000 (22:41 +0000)
        * mips.h (OPCODE_IS_MEMBER): Add a no-op term to the end
        of the expression, to make source code merging easier.

include/opcode/ChangeLog
include/opcode/mips.h

index 8bcb7fc6581a6c830bf34a38cbe901eb0930d042..583f742c6c7670d45d11c8c4eada898a78e6e4ae 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-18  Chris Demetriou  <cgd@broadcom.com>
+
+       * mips.h (OPCODE_IS_MEMBER): Add a no-op term to the end
+       of the expression, to make source code merging easier.
+
 2001-10-17  Chris Demetriou  <cgd@broadcom.com>
 
        * mips.h: Sort coprocessor instruction argument characters
index 8c24c85f91705b9279954e84a05d9775e9bd1640..3bae24d06685088413a55e13f84c45f7d0391dc0 100644 (file)
@@ -381,7 +381,8 @@ struct mips_opcode
      || (cpu == CPU_R3900 && ((insn)->membership & INSN_3900) != 0)    \
      || ((cpu == CPU_R10000 || cpu == CPU_R12000)                      \
         && ((insn)->membership & INSN_10000) != 0)                     \
-     || (cpu == CPU_SB1  && ((insn)->membership & INSN_SB1) != 0))
+     || (cpu == CPU_SB1  && ((insn)->membership & INSN_SB1) != 0)      \
+     || 0)     /* Please keep this term for easier source merging.  */
 
 /* This is a list of macro expanded instructions.