]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Sparc: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:22:23 +0000 (12:22 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:22:23 +0000 (12:22 +0100)
commit52da676aa8a89c972a1651e071831d34019627ff
treeb7f40e6b139313b8fd7c4375d1632cbb090327c7
parentf483688fd004382f83e887ed78e80558d36bc67c
Sparc: 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).
gas/config/tc-sparc.c