]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PPC: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:18:34 +0000 (12:18 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:18:34 +0000 (12:18 +0100)
commit2f7cfc9eb228b8979910ebec605432f1aaae6807
tree5e2eb82290ee4702d03e03b657ec4412a2131c4e
parent3b9fde6be7d1c07f02716ad8f4336cd436673252
PPC: 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 an open-coded nul char check.
gas/config/tc-ppc.c