]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
aarch64: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:50:30 +0000 (11:50 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:50:30 +0000 (11:50 +0100)
commita51c80b8ed1f6bfe1244f02df2edf56720d79b23
treee15765831eaeec4c249d7c3a86157330de89f007
parentc2b89e928bebfdb5aaf42818b7979cc6c58e4818
aarch64: 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-aarch64.c