]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
C6x: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:25:28 +0000 (12:25 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:25:28 +0000 (12:25 +0100)
commitbf0e6c6cd5cd84d3bbce6783c05f3b5b6d375e46
tree26f119ec5a3d133b4909e9d27ad14f14d5601a8c
parent74ac8f7accb9e60bc1328ee1322656719d4320f7
C6x: 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 an ISSPACE() use. At the same time use
is_end_of_stmt() instead of open-coded checks in adjacent code.
gas/config/tc-tic6x.c