diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-05-13 04:33:45 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-05-13 04:33:45 -0700 |
commit | 31955f993de7b502b7a89bba4f9c9b0a34f90b2c (patch) | |
tree | 833478f2791f85a5a0b0db7603e84d0847f03451 /opcodes | |
parent | aa9f7286724c2e47077f2f5456d464a961f8e8a4 (diff) | |
download | gdb-31955f993de7b502b7a89bba4f9c9b0a34f90b2c.zip gdb-31955f993de7b502b7a89bba4f9c9b0a34f90b2c.tar.gz gdb-31955f993de7b502b7a89bba4f9c9b0a34f90b2c.tar.bz2 |
Add missing ChangeLog entries for PR binutis/18386
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8fd1ad3..08ca92d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -18,6 +18,19 @@ * i386-init.h: Likewise. * i386-tbl.h: Likewise. +2015-05-08 H.J. Lu <hongjiu.lu@intel.com> + + PR binutis/18386 + * i386-dis.c (X86_64_E8): New. + (X86_64_E9): Likewise. + Update comments on 'T', 'U', 'V'. Add comments for '^'. + (dis386): Replace callT/jmpT with X86_64_E8/X86_64_E9. + (x86_64_table): Add X86_64_E8 and X86_64_E9. + (mod_table): Replace {T|} with ^ on Jcall/Jmp. + (putop): Handle '^'. + (OP_J): Ignore the operand size prefix in 64-bit. Don't check + REX_W. + 2015-04-30 DJ Delorie <dj@redhat.com> * disassemble.c (disassembler): Choose suitable disassembler based |