diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2008-11-26 10:49:06 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2008-11-26 10:49:06 +0000 |
commit | 3c6528a8d84c4f299297cadc886108dce279b03d (patch) | |
tree | 1ca530e0d018e15c699147e394eba41b0db021e2 /opcodes | |
parent | 9f7678f6ca39e0fad35edc60af0dcebd0e6b729e (diff) | |
download | gdb-3c6528a8d84c4f299297cadc886108dce279b03d.zip gdb-3c6528a8d84c4f299297cadc886108dce279b03d.tar.gz gdb-3c6528a8d84c4f299297cadc886108dce279b03d.tar.bz2 |
Fix typo.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 018689f..f85b262 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -30,7 +30,7 @@ * 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. + * mips-dis.c (print_insn_args): Add case '1' to print 5-bit values. 2008-11-06 Nick Clifton <nickc@redhat.com> @@ -326,7 +326,7 @@ PR gas/6517 * i386-opc.tbl: Break cvtsi2ss/cvtsi2sd/vcvtsi2sd/vcvtsi2ss - into 32bit and 64bit. Remove Reg64|Qword and add + into 32bit and 64bit. Remove Reg64|Qword and add IgnoreSize|No_qSuf on 32bit version. * i386-tbl.h: Regenerated. |