]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
v850: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:25:41 +0000 (12:25 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:25:41 +0000 (12:25 +0100)
commit05b64c8657560c86c3ddb1b44bcea9ced4ff26a8
treef94c7a6d5612b37e7b73145a141d52815639ecce
parentbf0e6c6cd5cd84d3bbce6783c05f3b5b6d375e46
v850: 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 as well as ISSPACE()
uses. At the same time use is_end_of_stmt() instead of a kind-of-open-
coded check in adjacent code.
gas/config/tc-v850.c