diff options
author | Igor Tsimbalist <igor.v.tsimbalist@intel.com> | 2018-04-27 14:34:13 +0200 |
---|---|---|
committer | Igor Tsimbalist <igor.v.tsimbalist@intel.com> | 2018-04-27 14:34:13 +0200 |
commit | aa178437393fd97f706c3f8bdf60ab2cc53a8cb4 (patch) | |
tree | c17b80644ef479bfda7abbc8c808df8dfcc8748a /gas/ChangeLog | |
parent | ffa389a39655f4b35d583783e49fa5b31c288e8f (diff) | |
download | binutils-gdb-aa178437393fd97f706c3f8bdf60ab2cc53a8cb4.tar.gz |
Revert "Enable Intel MOVDIRI, MOVDIR64B instructions."
This reverts commit a914a7c95895161c99533d5919b8504b37ea54a0.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 42d2ef2674e..d3ce68fbe01 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,21 +1,3 @@ -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. |