]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
dlx: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:56:25 +0000 (11:56 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:56:25 +0000 (11:56 +0100)
commit81675c78e246f61feb26d256ef565f2db5198db0
tree7821898067e4f1f594ef89e03b889378964fd8e2
parent2ce2556f849f2e42382473efcf12ccf0a35c8e52
dlx: 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.
gas/config/tc-dlx.c