diff options
author | DJ Delorie <dj@redhat.com> | 2009-09-08 23:51:11 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-09-08 23:51:11 +0000 |
commit | 495c5f871edcbdf81f70cc9203b2dde8637318ee (patch) | |
tree | ad2e2f473124bd0246c799f2c33139783d96a706 | |
parent | 13b6d1d459210ab9ad250fc24df977bb1b178a3a (diff) | |
download | binutils-495c5f871edcbdf81f70cc9203b2dde8637318ee.zip binutils-495c5f871edcbdf81f70cc9203b2dde8637318ee.tar.gz binutils-495c5f871edcbdf81f70cc9203b2dde8637318ee.tar.bz2 |
* cpu/mep.opc (mep_cgen_insn_supported_asm): Change the test to a
preprocessor macro, not an enum.
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/mep-opc.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index df6de20..117c55a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -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. diff --git a/opcodes/mep-opc.c b/opcodes/mep-opc.c index 0191a60..8857633 100644 --- a/opcodes/mep-opc.c +++ b/opcodes/mep-opc.c @@ -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 |