]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
spu: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:22:33 +0000 (12:22 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:22:33 +0000 (12:22 +0100)
commit5e194d8567bf96014277801ee81c44a55f8aad41
tree6e111ae032a78e06d3541d3fd9a93c83c44fa08e
parent52da676aa8a89c972a1651e071831d34019627ff
spu: use is_whitespace()

Convert ISSPACE() uses. At the same time use is_end_of_stmt() instead
of a kind-of-open-coded check in adjacent code.
gas/config/tc-spu.c