]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
MIPS: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:07:21 +0000 (12:07 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:07:21 +0000 (12:07 +0100)
commit112cf77b1855f60a638543e06f6ce045d4231037
tree2ee75ba94f2165d4ad3bbfba3fde03f849195db2
parent49bf8777038702dd45d9080c5d63bf04bc5328fe
MIPS: use is_whitespace()

... for consistency of recognition of what is deemed whitespace.

At the same time use is_end_of_stmt() instead of an open-coded nul char
check, and check for statement end in the first place in
parse_relocation().
gas/config/tc-mips.c