]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
C-Sky: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:58:32 +0000 (11:58 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:58:32 +0000 (11:58 +0100)
commit8075b3eb668d1239308c5610dc34f99edc4206f3
tree69abe29bf04da6389949a2b941cc11642f7a5b63
parent81675c78e246f61feb26d256ef565f2db5198db0
C-Sky: 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 switch ISSPACE() uses over. At the same time
use is_end_of_stmt() instead of kind-of-open-coded checks.
gas/config/tc-csky.c