aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2018-03-08 08:27:28 +0100
committerJan Beulich <jbeulich@suse.com>2018-03-08 08:27:28 +0100
commita477a8c4f4f7e827d32abc1fbb45bdb3c37cff09 (patch)
tree41f2de02cb003a38c106bb03594057d24ac5d562 /gas/ChangeLog
parent2907c2f55555de6b1df9a0262629003f4856807d (diff)
downloadgdb-a477a8c4f4f7e827d32abc1fbb45bdb3c37cff09.zip
gdb-a477a8c4f4f7e827d32abc1fbb45bdb3c37cff09.tar.gz
gdb-a477a8c4f4f7e827d32abc1fbb45bdb3c37cff09.tar.bz2
x86: adjust 4-XMM-register-group related warning
Drop "second": For one there's no other source register (the other source operand is in memory), and in Intel syntax such numbering would also be wrong. Take the opportunity and also - properly place declarations ahead of statements - use %u format for unsigned int arguments - fix indentation
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6a1d0a2..ef247df 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,13 @@
2018-03-08 Jan Beulich <jbeulich@suse.com>
+ * config/tc-i386.c (process_operands): Access operands only
+ after operand count assertion. Sanitize warning text. Fix
+ indentation.
+ * testsuite/gas/i386/avx512_4fmaps-warn.l,
+ gas/i386/x86-64-avx512_4fmaps-warn.l: Adjust expectations.
+
+2018-03-08 Jan Beulich <jbeulich@suse.com>
+
* testsuite/gas/i386/x86-64-movd.s: Drop bogus vmovd memory forms.
* testsuite/gas/i386/x86-64-movd.d,
testsuite/gas/i386/x86-64-movd-intel.d: Adjust expectations.