commit | 49bf8777038702dd45d9080c5d63bf04bc5328fe | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Feb 03 12:07:09 2025 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Feb 03 12:07:09 2025 +0100 |
tree | c5fbabb93b8b04e080b2794a2ac9b2c5f4ad509c | |
parent | d274b29e92be655cd2677a8ce1980343480c8370 [diff] |
MicroBlaze: 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 convert ISSPACE() uses. At the same time use is_end_of_stmt() instead of an open-coded check in adjacent code.