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.
This commit is contained in:
parent
8addc3ef02
commit
949ffef8df
|
@ -1,3 +1,7 @@
|
||||||
|
2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
|
* mips.h (M_PREF_AB): New enum value.
|
||||||
|
|
||||||
2011-02-12 Mike Frysinger <vapier@gentoo.org>
|
2011-02-12 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH,
|
* bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH,
|
||||||
|
|
|
@ -864,6 +864,7 @@ enum
|
||||||
M_MULOU_I,
|
M_MULOU_I,
|
||||||
M_NOR_I,
|
M_NOR_I,
|
||||||
M_OR_I,
|
M_OR_I,
|
||||||
|
M_PREF_AB,
|
||||||
M_REM_3,
|
M_REM_3,
|
||||||
M_REM_3I,
|
M_REM_3I,
|
||||||
M_REMU_3,
|
M_REMU_3,
|
||||||
|
|
Loading…
Reference in New Issue