]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
kvx: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:03:07 +0000 (12:03 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:03:07 +0000 (12:03 +0100)
commit4d3ebda16d2baa84bcc79d5481ed8f65bfee2679
tree7f578dccf844f8c95257c2c19d0519431da36f88
parentd99c62deef0ea5d579486448716022e820c6c377
kvx: 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/kvx-parse.c
gas/config/tc-kvx.c