diff options
author | Sean Keys <skeys@ipdatasys.com> | 2013-10-11 04:55:42 +0000 |
---|---|---|
committer | Sean Keys <skeys@ipdatasys.com> | 2013-10-11 04:55:42 +0000 |
commit | 0e1c2434015db29e87a515288dafff24b8844efc (patch) | |
tree | 22696a6167073fc6e7ecb67c78e52448a08a471f /opcodes/ChangeLog | |
parent | bd80dc1a7cdcbf8113f69b1f05b0bc7f03152a03 (diff) | |
download | gdb-0e1c2434015db29e87a515288dafff24b8844efc.zip gdb-0e1c2434015db29e87a515288dafff24b8844efc.tar.gz gdb-0e1c2434015db29e87a515288dafff24b8844efc.tar.bz2 |
* Removed short_hand field from opcode table and
refactored assembler/disassember accordingly.
Testsuite checkout OK.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b5b8000..7d05994 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2013-10-10 Sean Keys <skeys@ipdatasys.com> + + * xgate-opc.c (xgate_opcode): Remove short_hand field from opcode + table. + * xgate-dis.c (print_insn): Refactor to work with table change. + 2013-10-10 Roland McGrath <mcgrathr@google.com> * i386-dis.c (oappend_maybe_intel): New function. |