]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
ft32: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:02:09 +0000 (12:02 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:02:09 +0000 (12:02 +0100)
commit6cbfc6bf2356bc34db6aaa2aeda6356f4d9ca6b6
tree7f39586d141c757cf4abc43d0b7ce7e6ad81b20d
parent21c901a95d0e97ac5064f6a5ece039ebc7087e43
ft32: 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 switch ISSPACE() uses over. At the same time
use is_end_of_stmt() instead of open-coded checks in adjacent code.
gas/config/tc-ft32.c