* cpu/mep.opc (mep_cgen_insn_supported_asm): Change the test to a
authorDJ Delorie <dj@redhat.com>
Tue, 8 Sep 2009 23:51:11 +0000 (23:51 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 8 Sep 2009 23:51:11 +0000 (23:51 +0000)
preprocessor macro, not an enum.

opcodes/ChangeLog
opcodes/mep-opc.c

index df6de20dfd715c324543e573e9f76d291030d682..117c55ac157d0ef1d0d6049da48ddaa807b33fb6 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-08  DJ Delorie  <dj@redhat.com>
+
+       * mep-opc.c: Regenerate.
+
 2009-09-08  Andreas Schwab  <schwab@linux-m68k.org>
 
        * z8kgen.c (struct op): Replace unused flavor with id.
index 0191a603b374f3d4ea8b9f5f8772fc9000a2f390..88576330f4ca121233f29193fe5ead36cdd3434a 100644 (file)
@@ -167,7 +167,7 @@ mep_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn)
 int
 mep_cgen_insn_supported_asm (CGEN_CPU_DESC cd, const CGEN_INSN *insn)
 {
-#ifdef ISA_EXT_COP1_64
+#ifdef MEP_IVC2_SUPPORTED
   /* If we're assembling VLIW packets, ignore the 12-bit BSR as we
      can't relax that.  The 24-bit BSR is matched instead.  */
   if (insn->base->num == MEP_INSN_BSR12
This page took 0.045833 seconds and 4 git commands to generate.