This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add missing ChangeLog entries


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0cbd0046fa3e9b5e789fe5cfa3ff70a6d10584d4

commit 0cbd0046fa3e9b5e789fe5cfa3ff70a6d10584d4
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sun May 29 08:26:43 2016 -0700

    Add missing ChangeLog entries

Diff:
---
 gas/ChangeLog     | 15 +++++++++++++++
 opcodes/ChangeLog | 10 ++++++++++
 2 files changed, 25 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index ccd8c07..a4732d8 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,18 @@
+2016-05-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+	PR gas/20145
+	* config/tc-i386.c (cpu_noarch): Add noavx512f, noavx512cd,
+	noavx512er, noavx512pf, noavx512dq, noavx512bw, noavx512vl,
+	noavx512ifma and noavx512vbmi.
+	* doc/c-i386.texi: Mention noavx512f, noavx512cd, noavx512er,
+	noavx512pf, noavx512dq, noavx512bw, noavx512vl, noavx512ifma
+	and noavx512vbmi.
+	* testsuite/gas/i386/i386.exp: Run noavx512-1 and noavx512-2.
+	* testsuite/gas/i386/noavx512-1.l: New file.
+	* testsuite/gas/i386/noavx512-1.s: Likewise.
+	* testsuite/gas/i386/noavx512-2.l: Likewise.
+	* testsuite/gas/i386/noavx512-2.s: Likewise.
+
 2016-05-27  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR gas/20145
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 6d04446..01ef568 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,13 @@
+2016-05-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+	PR gas/20145
+	* i386-gen.c (cpu_flag_init): Add CPU_ANY_AVX512F_FLAGS,
+	CPU_ANY_AVX512CD_FLAGS, CPU_ANY_AVX512ER_FLAGS,
+	CPU_ANY_AVX512PF_FLAGS, CPU_ANY_AVX512DQ_FLAGS,
+	CPU_ANY_AVX512BW_FLAGS, CPU_ANY_AVX512VL_FLAGS,
+	CPU_ANY_AVX512IFMA_FLAGS and CPU_ANY_AVX512VBMI_FLAGS.
+	* i386-init.h: Regenerated.
+
 2016-05-27  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR gas/20145


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]