diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-07-19 11:52:21 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-07-19 11:52:21 +0200 |
commit | 3fea91b17da717d19e73f073501307d2f0bbeb2b (patch) | |
tree | 446975de10fc3c478733c9246fffbd40a6ccbd72 /gdb | |
parent | 0ff4e567db6c3c9da83073fe6abe27f561a2475b (diff) | |
download | binutils-3fea91b17da717d19e73f073501307d2f0bbeb2b.zip binutils-3fea91b17da717d19e73f073501307d2f0bbeb2b.tar.gz binutils-3fea91b17da717d19e73f073501307d2f0bbeb2b.tar.bz2 |
x86: accept whitespace inside curly braces
Other than documented /**/ comments currently aren't really converted to
a single space, at least not for x86 in its most common configurations.
That'll be fixed subsequently, at which point blanks may appear where so
far none were expected. Furthermore not permitting blanks immediately
inside curly braces wasn't quite logical anyway - such constructs are
composite ones, and hence components ought to have been permitted to be
separated by whitespace from the very beginning.
With this we also don't care anymore whether the scrubber would remove
whitespace around curly braces, so move them from extra_symbol_chars[]
to operand_special_chars[].
Note: The new testcase doesn't actually exercise much (if any) of the
added code. It is being put in place to ensure that subsequently, when
that code actually comes into play, behavior remains the same.
Diffstat (limited to 'gdb')
0 files changed, 0 insertions, 0 deletions