]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
arc: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:50:03 +0000 (11:50 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:50:03 +0000 (11:50 +0100)
commit6dbfaa3fb3e35504a6a7cfb6b128ae3c5ab2b900
treec8fe71029ec0d9f1f0fa80d7800a119f80084dab
parent58e59144c743227b28c7ed78e640abd69e3c3bc0
arc: 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). At the same time use is_end_of_stmt() instead of
open-coded nul char checks.
gas/config/tc-arc.c