diff options
author | Chao-ying Fu <fu@mips.com> | 2008-11-06 19:40:10 +0000 |
---|---|---|
committer | Chao-ying Fu <fu@mips.com> | 2008-11-06 19:40:10 +0000 |
commit | 4dc48ef654a577ab5a55e7b791a6ff7892599b35 (patch) | |
tree | e014b02526c71d444d1377fe633b00bc7a6136a7 /opcodes/ChangeLog | |
parent | 620edafdb92c372c858afde8dc3f53512c002030 (diff) | |
download | binutils-gdb-4dc48ef654a577ab5a55e7b791a6ff7892599b35.tar.gz |
2008-11-06 Chao-ying Fu <fu@mips.com>
* mips-opc.c (synciobdma, syncs, syncw, syncws): Move these
before sync.
(sync): New instruction with 5-bit sync type.
* mips-dis.c (print_insn_args: Add case '1' to print 5-bit values.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ace3f534717..9c36338a196 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2008-11-06 Chao-ying Fu <fu@mips.com> + + * mips-opc.c (synciobdma, syncs, syncw, syncws): Move these + before sync. + (sync): New instruction with 5-bit sync type. + * mips-dis.c (print_insn_args: Add case '1' to print 5-bit values. + 2008-11-06 Nick Clifton <nickc@redhat.com> * avr-dis.c: Replace uses of sprintf without a format string with |