]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
M68HC1x: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:06:21 +0000 (12:06 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:06:21 +0000 (12:06 +0100)
commitdc76625f4c31863a16a028faf0a286c04e4e1732
treef6237d568346217cc84d027994214e518af92011
parentdd8b083aebd5204e512d760e1f456df22ec0fff1
M68HC1x: 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 an
open-coded check in adjacent code.
gas/config/tc-m68hc11.c