diff options
author | Sean Keys <skeys@ipdatasys.com> | 2012-07-30 21:49:06 +0000 |
---|---|---|
committer | Sean Keys <skeys@ipdatasys.com> | 2012-07-30 21:49:06 +0000 |
commit | 416cf80afb3e782dd918ebf880bc1e4a8010a0a1 (patch) | |
tree | 6fdbb9a8de77c043d4350237bf9e34c185a170f5 /opcodes | |
parent | 3e265597428e56807c621a8fd4c6f4d3afd2d8a6 (diff) | |
download | gdb-416cf80afb3e782dd918ebf880bc1e4a8010a0a1.zip gdb-416cf80afb3e782dd918ebf880bc1e4a8010a0a1.tar.gz gdb-416cf80afb3e782dd918ebf880bc1e4a8010a0a1.tar.bz2 |
2012-07-05 Sean Keys <skeys@ipdatasys.com>
* xgate-dis.c: Removed an IF statement that will
always be false due to overlapping operand masks.
* xgate-opc.c: Corrected 'com' opcode entry and
fixed spacing.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 9ed02dc..ef8f37e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -63,6 +63,13 @@ * mips-dis.c: Remove gratuitous newline. +2012-07-05 Sean Keys <skeys@ipdatasys.com> + + * xgate-dis.c: Removed an IF statement that will + always be false due to overlapping operand masks. + * xgate-opc.c: Corrected 'com' opcode entry and + fixed spacing. + 2012-07-02 Roland McGrath <mcgrathr@google.com> * i386-opc.tbl: Add RepPrefixOk to nop. |