]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
rl78: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:19:17 +0000 (12:19 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:19:17 +0000 (12:19 +0100)
commit2dd0370c433da9a6dffd969d6e36d3a086a6380e
tree0249e33f644d9a0623286cdcce4dcd2915781b7d
parent49343ef90494e119c0c1ac4740606ab360990a56
rl78: use is_whitespace()

Replace open-coded checks and convert ISSPACE() uses. At the same time
use is_end_of_stmt() instead of an open-coded check in adjacent code.
gas/config/rl78-parse.y
gas/config/tc-rl78.c