]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Arm: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:50:20 +0000 (11:50 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:50:20 +0000 (11:50 +0100)
commitc2b89e928bebfdb5aaf42818b7979cc6c58e4818
treec197af149d424a1bf4112ef1ad8b16217d0826a1
parent6dbfaa3fb3e35504a6a7cfb6b128ae3c5ab2b900
Arm: 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 an
open-coded nul char check.

In parse_neon_type() be more aggressive and remove the special casing of
certain characters altogether. The original default case simply having
"break" can't have been correct.
gas/config/tc-arm.c