]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
S/390: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:21:29 +0000 (12:21 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:21:29 +0000 (12:21 +0100)
commitea091addb352f955393c228af5ffe5d4faad97d7
tree7e961be1eb6ef7614d35583053ed6f4ee07efe76
parente5792f3e779ef24f595931ef756a4075773d5311
S/390: use is_whitespace()

Convert ISSPACE() uses. At the same time use is_end_of_stmt() instead
of kind-of-open-coded checks in adjacent code.
gas/config/tc-s390.c