diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-11-20 14:21:33 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-11-20 14:21:33 +0000 |
commit | 9b30cccca992d4014903b186428f5a7250a2fdda (patch) | |
tree | 1b60aca48d3a3f103da95b85b5a84d05cdba6be3 /opcodes/ChangeLog | |
parent | 0b7fe784ac28f5add04161a99e0eac73db7cbdf3 (diff) | |
download | gdb-9b30cccca992d4014903b186428f5a7250a2fdda.zip gdb-9b30cccca992d4014903b186428f5a7250a2fdda.tar.gz gdb-9b30cccca992d4014903b186428f5a7250a2fdda.tar.bz2 |
Fix opcode for 64-bit jecxz
gas/testsuite/
PR gas/14859
* gas/i386/x86-64-opcode.s: Add jecxz.
* gas/i386/x86-64-opcode.d: Updated.
opcodes/
PR gas/14859
* i386-opc.tbl: Fix opcode for 64-bit jecxz.
* i386-tbl.h: Regenerated.
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 4849206..2540f4d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2012-11-20 Kirill Yukhin <kirill.yukhin@intel.com> + H.J. Lu <hongjiu.lu@intel.com> + + PR gas/14859 + * i386-opc.tbl: Fix opcode for 64-bit jecxz. + * i386-tbl.h: Regenerated. + 2012-11-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * s390-opc.txt: Fix srstu and strag opcodes. |