aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-07-30 04:17:02 -0700
committerH.J. Lu <hjl.tools@gmail.com>2015-07-30 04:17:02 -0700
commita8484f9612fc5b7d2b762b6fec950faa0fcd1483 (patch)
treef3bfc825ea4f213becd665d7f5a15558104037b0 /opcodes/ChangeLog
parentc6e8a9a802bcd3a96ef14b6ea1b6cd60d5d8d065 (diff)
downloadgdb-a8484f9612fc5b7d2b762b6fec950faa0fcd1483.zip
gdb-a8484f9612fc5b7d2b762b6fec950faa0fcd1483.tar.gz
gdb-a8484f9612fc5b7d2b762b6fec950faa0fcd1483.tar.bz2
Properly disassemble movnti in Intel mode
gas/testsuite/ PR binutils/13571 * gas/i386/i386.exp: Run i386-intel and x86_64-intel. * gas/i386/i386-intel.d: New file. * gas/i386/x86_64-intel.d: Likewise. opcodes/ PR binutils/13571 * i386-dis.c (MOD_0FC3): New. (PREFIX_0FC3): Renamed to ... (PREFIX_MOD_0_0FC3): This. (dis386_twobyte): Replace PREFIX_0FC3 with MOD_0FC3. (prefix_table): Replace Ma with Ev on movntiS. (mod_table): Add MOD_0FC3.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 9c90c72..a447f0a 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,13 @@
+2015-07-30 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR binutils/13571
+ * i386-dis.c (MOD_0FC3): New.
+ (PREFIX_0FC3): Renamed to ...
+ (PREFIX_MOD_0_0FC3): This.
+ (dis386_twobyte): Replace PREFIX_0FC3 with MOD_0FC3.
+ (prefix_table): Replace Ma with Ev on movntiS.
+ (mod_table): Add MOD_0FC3.
+
2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.