aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-09-10 09:38:31 -0700
committerH.J. Lu <hjl.tools@gmail.com>2014-09-10 09:39:24 -0700
commit4b4c407a349620e4a6b9cb36b77778fccb7ff00f (patch)
tree5b55e7862c8bd1c6e9d31b86a9f3446caf89e421 /gas/testsuite/ChangeLog
parenta485e98ea0cbb61ea9da1e7858da545e0bcf1a46 (diff)
downloadgdb-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 'gas/testsuite/ChangeLog')
-rw-r--r--gas/testsuite/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index d705f8a..f67448b 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,16 @@
+2014-09-10 H.J. Lu <hongjiu.lu@intel.com>
+
+ * 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.
+
2014-09-10 Alan Modra <amodra@gmail.com>
* gas/arm/got_prel.d: Adjust for changed section header placement.