]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
d10v: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:56:04 +0000 (11:56 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:56:04 +0000 (11:56 +0100)
commit7c65d9d06fe15fec42362c14fca392c774b672a2
treec9e138cc5c55e0908c6ff1912328cf8ce17c6266
parent72c260c6af01297f710cf13de4e062549c1e58d1
d10v: 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-d10v.c