diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2011-02-28 16:06:51 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2011-02-28 16:06:51 +0000 |
commit | 949ffef8df7ad34ede09391ce726dd6cca2a948d (patch) | |
tree | 046468926a576033c2d2a93088ef747ed15677ec /include/opcode/mips.h | |
parent | 8addc3ef02258e8637e7bccb5436ffad0c3dbcae (diff) | |
download | cygnal-949ffef8df7ad34ede09391ce726dd6cca2a948d.tar.gz cygnal-949ffef8df7ad34ede09391ce726dd6cca2a948d.tar.bz2 cygnal-949ffef8df7ad34ede09391ce726dd6cca2a948d.zip |
gas/
* config/tc-mips.c (macro): Handle M_PREF_AB.
include/opcode/
* mips.h (M_PREF_AB): New enum value.
opcodes/
* mips-opc.c (mips_builtin_opcodes): Add "pref" macro.
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r-- | include/opcode/mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h index 282349c49..0685baba0 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -864,6 +864,7 @@ enum M_MULOU_I, M_NOR_I, M_OR_I, + M_PREF_AB, M_REM_3, M_REM_3I, M_REMU_3, |