Handle MOXIE_F1_M opcodes.
This commit is contained in:
parent
059fb39f2a
commit
d7a5ed35dd
@ -1,3 +1,8 @@
|
||||
2009-06-10 Anthony Green <green@moxielogic.com>
|
||||
|
||||
* config/tc-moxie.c (md_assemble): Handle MOXIE_F1_M encoded
|
||||
opcodes.
|
||||
|
||||
2009-06-09 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR gas/10255
|
||||
|
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user