diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-09-10 09:38:31 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-09-10 09:39:24 -0700 |
commit | 4b4c407a349620e4a6b9cb36b77778fccb7ff00f (patch) | |
tree | 5b55e7862c8bd1c6e9d31b86a9f3446caf89e421 /opcodes/ChangeLog | |
parent | a485e98ea0cbb61ea9da1e7858da545e0bcf1a46 (diff) | |
download | gdb-4b4c407a349620e4a6b9cb36b77778fccb7ff00f.zip gdb-4b4c407a349620e4a6b9cb36b77778fccb7ff00f.tar.gz gdb-4b4c407a349620e4a6b9cb36b77778fccb7ff00f.tar.bz2 |
Properly handle suffix for iret and sysret
gas/testsuite/
* gas/i386/i386.exp: Run suffix-intel, x86-64-suffix and
x86-64-suffix-intel.
* gas/i386/suffix.s: Add tests for iret and sysret.
* gas/i386/suffix.d: Updated.
* gas/i386/suffix-intel.d: New file.
* gas/i386/x86-64-suffix-intel.d: Likewise.
* gas/i386/x86-64-suffix.d: Likewise.
* gas/i386/x86-64-suffix.s: Likewise.
opcodes/
* i386-dis.c (dis386): Replace "P" with "%LP" for iret and sysret.
(putop): Handle "%LP".
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 83118a5..09fb297 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2014-09-10 H.J. Lu <hongjiu.lu@intel.com> + + * i386-dis.c (dis386): Replace "P" with "%LP" for iret and sysret. + (putop): Handle "%LP". + 2014-09-03 Jiong Wang <jiong.wang@arm.com> * aarch64-tbl.h (aarch64_opcode_table): Update encoding for mrs/msr. |