commit | 49343ef90494e119c0c1ac4740606ab360990a56 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Feb 03 12:19:05 2025 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Feb 03 12:19:05 2025 +0100 |
tree | 9cb39141070b9ce93adc49ca3e97a2718234b136 | |
parent | 0a4e0f2a78825a80714616b35968744f555dabaa [diff] |
RISC-V: use is_whitespace() Wherever blanks are permissible in input, tabs ought to be permissible, too. This is particularly relevant when -f is passed to gas (alongside appropriate input). Switch places already checking for tabs to use the macro, too.