From: Anthony Green Date: Wed, 10 Jun 2009 06:07:47 +0000 (+0000) Subject: Handle MOXIE_F1_M opcodes. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=d7a5ed35ddd9c50581c1e380259365e7f4904e3e;p=deliverable%2Fbinutils-gdb.git Handle MOXIE_F1_M opcodes. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 8922aa04e0..ffae37d549 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-06-10 Anthony Green + + * config/tc-moxie.c (md_assemble): Handle MOXIE_F1_M encoded + opcodes. + 2009-06-09 Jakub Jelinek PR gas/10255 diff --git a/gas/config/tc-moxie.c b/gas/config/tc-moxie.c index 84563ce555..b791078af0 100644 --- a/gas/config/tc-moxie.c +++ b/gas/config/tc-moxie.c @@ -259,6 +259,7 @@ md_assemble (char *str) BFD_RELOC_32); } break; + case MOXIE_F1_M: case MOXIE_F1_4: iword = opcode->opcode << 8; while (ISSPACE (*op_end))