]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - opcodes/ChangeLog-2015
Properly disassemble movnti in Intel mode
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 30 Jul 2015 11:17:02 +0000 (04:17 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 30 Jul 2015 11:17:02 +0000 (04:17 -0700)
commita8484f9612fc5b7d2b762b6fec950faa0fcd1483
treef3bfc825ea4f213becd665d7f5a15558104037b0
parentc6e8a9a802bcd3a96ef14b6ea1b6cd60d5d8d065
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.
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/x86_64-intel.d [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-dis.c