From d7a5ed35ddd9c50581c1e380259365e7f4904e3e Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Wed, 10 Jun 2009 06:07:47 +0000 Subject: [PATCH] Handle MOXIE_F1_M opcodes. --- gas/ChangeLog | 5 +++++ gas/config/tc-moxie.c | 1 + 2 files changed, 6 insertions(+) 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)) -- 2.34.1