]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
SH: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:22:10 +0000 (12:22 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:22:10 +0000 (12:22 +0100)
commitf483688fd004382f83e887ed78e80558d36bc67c
treea4590256c1cc627194ecb506b1cfe1620f03277b
parent48ca138aa5bbf2152055837eedfc1298e5d84717
SH: 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 open-coded checks as well as an
ISSPACE() use. At the same time use is_end_of_stmt() instead of
(kind-of-)open-coded checks in adjacent code.
gas/config/tc-sh.c