]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Visium: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:26:00 +0000 (12:26 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:26:00 +0000 (12:26 +0100)
commite6efb10bd1313ac60a70840b45354df461e6acad
tree962a18e1b7c56fe01bfd6e549cc78fe7bed7503f
parent0001a731ef6824212d4b050a9524ac7da28236c7
Visium: 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). Also convert an open-coded check.
gas/config/tc-visium.c