summaryrefslogtreecommitdiff
path: root/opcodes/mep-asm.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-06-24 01:44:53 +0000
committerDJ Delorie <dj@redhat.com>2009-06-24 01:44:53 +0000
commit378a0c07cab0852b72230e3a16a66d5d8108af51 (patch)
tree51e39c616fe2d3aa9b57678edf36cc6aa15bed8a /opcodes/mep-asm.c
parent3ef23cd420ae6184288546c48fba7bde9dccefed (diff)
downloadbinutils-gdb-378a0c07cab0852b72230e3a16a66d5d8108af51.tar.gz
[cgen]
* cpu/mep.opc (mep_cgen_insn_supported_asm): New, skip the short version of BSR when assembling VLIW bundles. Use it in mep-asm.c [opcodes] * mep-asm.c: Regenerate. * mep-opc.c: Regenerate. * mep-opc.h: Regenerate.
Diffstat (limited to 'opcodes/mep-asm.c')
-rw-r--r--opcodes/mep-asm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/mep-asm.c b/opcodes/mep-asm.c
index 9843cf7504c..3a8b454311f 100644
--- a/opcodes/mep-asm.c
+++ b/opcodes/mep-asm.c
@@ -54,6 +54,7 @@ static const char * parse_insn_normal
#include "elf/mep.h"
#define CGEN_VALIDATE_INSN_SUPPORTED
+#define mep_cgen_insn_supported mep_cgen_insn_supported_asm
const char * parse_csrn (CGEN_CPU_DESC, const char **, CGEN_KEYWORD *, long *);
const char * parse_tpreg (CGEN_CPU_DESC, const char **, CGEN_KEYWORD *, long *);