diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-02-28 16:06:51 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-02-28 16:06:51 +0000 |
commit | 3eebd5eb0363a2a057d2c24854152d99a5e546bf (patch) | |
tree | 8b23d5171b5c275909fe9f0261f8e512a71267fa /opcodes/ChangeLog | |
parent | 89c0d58cff57c3d7ac51999eeb39b9493db5ab85 (diff) | |
download | gdb-3eebd5eb0363a2a057d2c24854152d99a5e546bf.zip gdb-3eebd5eb0363a2a057d2c24854152d99a5e546bf.tar.gz gdb-3eebd5eb0363a2a057d2c24854152d99a5e546bf.tar.bz2 |
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 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2617f75..90dfa27 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2011-02-28 Maciej W. Rozycki <macro@codesourcery.com> + + * mips-opc.c (mips_builtin_opcodes): Add "pref" macro. + 2011-02-22 Mike Frysinger <vapier@gentoo.org> * bfin-dis.c (OUTS): Remove p NULL check and txt NUL check. |