aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2021-06-07 12:01:14 +0200
committerJan Beulich <jbeulich@suse.com>2021-06-07 12:01:14 +0200
commitf70c6814bb5127c155246c24cffe9d3405137c01 (patch)
treef598cb46732b0d97fdbdb4580bbcb15919181096 /gas/ChangeLog
parent4e014f6ac0a2420f615a902af4370b1a45087bb6 (diff)
downloadgdb-f70c6814bb5127c155246c24cffe9d3405137c01.zip
gdb-f70c6814bb5127c155246c24cffe9d3405137c01.tar.gz
gdb-f70c6814bb5127c155246c24cffe9d3405137c01.tar.bz2
x86: remove pointless 2nd parameter from check_VecOperations()
In the one case where non-NULL gets passed, passing NULL has the same effect. Hence the parameter is not needed at all.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index a87815c..2f11767 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
2021-06-07 Jan Beulich <jbeulich@suse.com>
+ * config/tc-i386.c (check_VecOperations): Remove 2nd parameter.
+ (i386_att_operand): Adjust calls to check_VecOperations.
+ * config/tc-i386-intel.c (i386_intel_operand): Likewise.
+
+2021-06-07 Jan Beulich <jbeulich@suse.com>
+
* config/tc-i386.c (i386_immediate): Don't call check_VecOperations.
2021-06-07 Jan Beulich <jbeulich@suse.com>