commit | 75e0098900566b692ae7537e23dcf1411f9ddcba | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Feb 03 12:06:34 2025 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Feb 03 12:06:34 2025 +0100 |
tree | ecc20bd1435533ff1b9bace23ec1812a0a36b079 | |
parent | dc76625f4c31863a16a028faf0a286c04e4e1732 [diff] |
M68k: 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 open-coded checks where tabs were already included. At the same time use is_end_of_stmt() instead of open- coded checks in adjacent code.