Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2011-02-28 19:06:51 +0300
committerMaciej W. Rozycki <macro@codesourcery.com>2011-02-28 19:06:51 +0300
commit949ffef8df7ad34ede09391ce726dd6cca2a948d (patch)
tree046468926a576033c2d2a93088ef747ed15677ec /include
parent8addc3ef02258e8637e7bccb5436ffad0c3dbcae (diff)
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')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/mips.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index dda7ada62..60c9bb7de 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -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>
* bfin.h (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH,
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,