Handle MOXIE_F1_M opcodes.
authorAnthony Green <green@redhat.com>
Wed, 10 Jun 2009 06:07:47 +0000 (06:07 +0000)
committerAnthony Green <green@redhat.com>
Wed, 10 Jun 2009 06:07:47 +0000 (06:07 +0000)
gas/ChangeLog
gas/config/tc-moxie.c

index 8922aa04e0b84db55cb5acb83a93576f4c5fd346..ffae37d549fe994015282f056764513570080233 100644 (file)
@@ -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
index 84563ce555c874b1d2a99c2a5a70eac8fd1d322c..b791078af08bca60ecbe880fbe1c5fcb0b8d72c8 100644 (file)
@@ -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))
This page took 0.02574 seconds and 4 git commands to generate.