mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 20:19:49 +00:00
* cpu/mep.opc (mep_cgen_insn_supported_asm): Change the test to a
preprocessor macro, not an enum.
This commit is contained in:
parent
13b6d1d459
commit
495c5f871e
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user