diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-04-15 05:59:16 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-04-15 05:59:16 -0700 |
commit | 0796a6293fca5a6f4fd17e6ec38fb0db5dd3a36a (patch) | |
tree | 8655db42ad4a4487e9debe7c277840ab86a3594b /gas/ChangeLog | |
parent | 17416a2cb1d5b8d2076b8df0f7c39621b318d3f8 (diff) | |
download | gdb-0796a6293fca5a6f4fd17e6ec38fb0db5dd3a36a.zip gdb-0796a6293fca5a6f4fd17e6ec38fb0db5dd3a36a.tar.gz gdb-0796a6293fca5a6f4fd17e6ec38fb0db5dd3a36a.tar.bz2 |
Add missing ChangeLog entry for PR gas/19909 fix
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7e9e517..6ea6f87 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -312,6 +312,16 @@ 2016-04-04 H.J. Lu <hongjiu.lu@intel.com> + PR gas/19909 + * config/tc-i386.c (check_VecOperands): Try vec_disp8 encoding + only if i.disp_encoding != disp_encoding_32bit. + * gas/testsuite/gas/i386/disp32.s: Add tests for vmovdqu64.d32. + * gas/testsuite/gas/i386/x86-64-disp32.s: Likewise. + * gas/testsuite/gas/i386/disp32.d: Updated. + * gas/testsuite/gas/i386/x86-64-disp32.d: Likewise. + +2016-04-04 H.J. Lu <hongjiu.lu@intel.com> + PR gas/19498 * testsuite/gas/i386/i386.exp: Run pr19498. * testsuite/gas/i386/pr19498.d: New file. |