]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:28:46 +0000 (12:28 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 11:28:46 +0000 (12:28 +0100)
commita2a25404aebbfed22578bb5224fb8331167fb881
tree7035e9279696aabe2a23fc58af7af2eea6ec6775
parent62489f8b5252f92f89078b2ff3eac3abab75cb49
x86: 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-i386-intel.c
gas/config/tc-i386.c