aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-04-01 16:06:40 +0000
committerJan Beulich <jbeulich@novell.com>2005-04-01 16:06:40 +0000
commit6128c599eda228149fba00fe9d06361dd3a8490c (patch)
tree7ff1224ff38667002da3f36ed3305a0fdb49fcd3 /opcodes/ChangeLog
parent373ff435a8f7f34725507ede084998d63d80d624 (diff)
downloadgdb-6128c599eda228149fba00fe9d06361dd3a8490c.zip
gdb-6128c599eda228149fba00fe9d06361dd3a8490c.tar.gz
gdb-6128c599eda228149fba00fe9d06361dd3a8490c.tar.bz2
opcodes/
2005-04-01 Jan Beulich <jbeulich@novell.com> * i386-dis.c (PNI_Fixup): Neither mwait nor monitor have any visible operands in Intel mode. The first operand of monitor is %rax in 64-bit mode.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index b1ea875..d289c15 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,11 @@
2005-04-01 Jan Beulich <jbeulich@novell.com>
+ * i386-dis.c (PNI_Fixup): Neither mwait nor monitor have any
+ visible operands in Intel mode. The first operand of monitor is
+ %rax in 64-bit mode.
+
+2005-04-01 Jan Beulich <jbeulich@novell.com>
+
* i386-dis.c (INVLPG_Fixup): Decode rdtscp; change code to allow for
easier future additions.