]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/ChangeLog
Enable Intel MOVDIRI, MOVDIR64B instructions.
[thirdparty/binutils-gdb.git] / gas / ChangeLog
index d3ce68fbe01f777395f37972c51707384a27645e..42d2ef2674e568659d92032f810ad5a6624ccb4a 100644 (file)
@@ -1,3 +1,21 @@
+2018-04-26  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
+
+       * config/tc-i386.c (cpu_arch): Add .movdir, .movdir64b.
+       (cpu_noarch): Likewise.
+       (process_suffix): Add check for register size.
+       * doc/c-i386.texi: Document movdiri, movdir64b.
+       * testsuite/gas/i386/i386.exp: Run MOVDIR{I,64B} tests.
+       * testsuite/gas/i386/movdir-intel.d: New test.
+       * testsuite/gas/i386/movdir.d: Likewise.
+       * testsuite/gas/i386/movdir.s: Likewise.
+       * testsuite/gas/i386/movdir64b-reg.s: Likewise.
+       * testsuite/gas/i386/movdir64b-reg.l: Likewise.
+       * testsuite/gas/i386/x86-64-movdir-intel.d: Likewise.
+       * testsuite/gas/i386/x86-64-movdir.d: Likewise.
+       * testsuite/gas/i386/x86-64-movdir.s: Likewise.
+       * testsuite/gas/i386/x86-64-movdir64b-reg.s: Likewise.
+       * testsuite/gas/i386/x86-64-movdir64b-reg.l: Likewise.
+
 2018-04-26  Nick Clifton  <nickc@redhat.com>
 
        * as.c (flag_generate_build_notes): New variable.