]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
MicroBlaze: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:07:09 +0000 (12:07 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:07:09 +0000 (12:07 +0100)
commit49bf8777038702dd45d9080c5d63bf04bc5328fe
treec5fbabb93b8b04e080b2794a2ac9b2c5f4ad509c
parentd274b29e92be655cd2677a8ce1980343480c8370
MicroBlaze: 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 convert ISSPACE() uses. At the same time use
is_end_of_stmt() instead of an open-coded check in adjacent code.
gas/config/tc-microblaze.c