diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-05-29 08:26:43 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-05-29 08:26:43 -0700 |
commit | 0cbd0046fa3e9b5e789fe5cfa3ff70a6d10584d4 (patch) | |
tree | 2aa08988aafb68ccc514943176181dab9caf4c14 /gas | |
parent | 144b71e2a88e02d0b54d4f09cc652f353b46e455 (diff) | |
download | gdb-0cbd0046fa3e9b5e789fe5cfa3ff70a6d10584d4.zip gdb-0cbd0046fa3e9b5e789fe5cfa3ff70a6d10584d4.tar.gz gdb-0cbd0046fa3e9b5e789fe5cfa3ff70a6d10584d4.tar.bz2 |
Add missing ChangeLog entries
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
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 |