x86: de-duplicate operand_special_chars[] wrt extra_symbol_chars[]
authorJan Beulich <jbeulich@suse.com>
Fri, 26 May 2023 07:41:41 +0000 (09:41 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 26 May 2023 07:41:41 +0000 (09:41 +0200)
commitd2b1a14de3214084892a6ec902301d8fda8885cf
treee680db8117598a133da041235b15463544574f72
parent540034ec40b4490705318101300cb425f6c7e667
x86: de-duplicate operand_special_chars[] wrt extra_symbol_chars[]

Having to add characters to both arrays can easily lead to oversights.
Consuming extra_symbol_chars[] when populating operand_chars[] also
allows to drop two special cases in md_begin().

Constify operand_special_chars[] at this occasion.
gas/config/tc-i386.c