diff options
author | Anthony Green <green@redhat.com> | 2009-06-10 06:07:47 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2009-06-10 06:07:47 +0000 |
commit | d7a5ed35ddd9c50581c1e380259365e7f4904e3e (patch) | |
tree | 646b8470be37981f3132d8a1f17b84ad4ae40d48 /gas/config/tc-moxie.c | |
parent | 059fb39f2af3a0c8c101c622644cf65279c0b48b (diff) | |
download | gdb-d7a5ed35ddd9c50581c1e380259365e7f4904e3e.zip gdb-d7a5ed35ddd9c50581c1e380259365e7f4904e3e.tar.gz gdb-d7a5ed35ddd9c50581c1e380259365e7f4904e3e.tar.bz2 |
Handle MOXIE_F1_M opcodes.
Diffstat (limited to 'gas/config/tc-moxie.c')
-rw-r--r-- | gas/config/tc-moxie.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-moxie.c b/gas/config/tc-moxie.c index 84563ce..b791078 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)) |