]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86/Intel: drop unnecessary bracket matching from parse_operands()
authorJan Beulich <jbeulich@suse.com>
Mon, 7 Jun 2021 10:01:45 +0000 (12:01 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 7 Jun 2021 10:01:45 +0000 (12:01 +0200)
commit98ff9f1c5d0bff7545d508288a5699522277d570
tree124eb80dc91916f841ea27307924883328e14e00
parentf70c6814bb5127c155246c24cffe9d3405137c01
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).
gas/ChangeLog
gas/config/tc-i386.c