public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [mep] fix VLIW test
@ 2009-09-08 23:51 DJ Delorie
  0 siblings, 0 replies; only message in thread
From: DJ Delorie @ 2009-09-08 23:51 UTC (permalink / raw)
  To: binutils


Committed.

[cgen]
	* cpu/mep.opc (mep_cgen_insn_supported_asm): Change the test to a
	preprocessor macro, not an enum.

[opcodes]
	* mep-opc.c: Regenerate.

Index: cgen/cpu/mep.opc
===================================================================
RCS file: /cvs/src/src/cgen/cpu/mep.opc,v
retrieving revision 1.9
diff -p -U3 -r1.9 mep.opc
--- cgen/cpu/mep.opc	2 Sep 2009 02:10:36 -0000	1.9
+++ cgen/cpu/mep.opc	8 Sep 2009 23:49:51 -0000
@@ -1647,7 +1647,7 @@ mep_cgen_insn_supported (CGEN_CPU_DESC c
 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-08 23:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-08 23:51 [mep] fix VLIW test DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).