]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
d30v: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:56:13 +0000 (11:56 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:56:13 +0000 (11:56 +0100)
commit2ce2556f849f2e42382473efcf12ccf0a35c8e52
tree433c33ebfaf378702767db8d0a17651f4f7c2387
parent7c65d9d06fe15fec42362c14fca392c774b672a2
d30v: 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 open-coded checks where tabs were
already included. At the same time use is_end_of_stmt() instead of open-
coded checks in adjacent code.
gas/config/tc-d30v.c