summaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2021-06-07 12:01:45 +0200
committerJan Beulich <jbeulich@suse.com>2021-06-07 12:01:45 +0200
commit98ff9f1c5d0bff7545d508288a5699522277d570 (patch)
tree124eb80dc91916f841ea27307924883328e14e00 /gas/ChangeLog
parentf70c6814bb5127c155246c24cffe9d3405137c01 (diff)
downloadbinutils-gdb-98ff9f1c5d0bff7545d508288a5699522277d570.tar.gz
x86/Intel: drop unnecessary bracket matching from parse_operands()
While subsequent processing in AT&T mode relies on this simplistic early checking, Intel mode hasn't been for quite a long time (or perhaps never really did).
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2f11767b5be..66e040aaa14 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2021-06-07 Jan Beulich <jbeulich@suse.com>
+ * config/tc-i386.c (parse_operands): Don't check for matched
+ square brackets.
+
+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.