x86/Intel: address quoted-symbol related FIXMEs
authorJan Beulich <jbeulich@suse.com>
Tue, 23 May 2023 07:01:31 +0000 (09:01 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 23 May 2023 07:01:31 +0000 (09:01 +0200)
commita4f8c177b46fe96b08a066c159a7a11071095a30
tree0c7954062271b89f2ff242ea118e98dca955c592
parent6acf9130909e5f531bb742939d402b40dee08304
x86/Intel: address quoted-symbol related FIXMEs

If in a "word ptr <address>" or alike construct the "ptr" part is
double-quoted, it shouldn't be recognized as the specific keyword we're
looking for (just like we don't recognize double-quoted operator or
register names anymore). Be careful though to tell closing from opening
double-quotes, as a quoted symbol may follow right afterwards.
gas/config/tc-i386-intel.c