]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas/obj-*.c: use is_whitespace()
authorJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:55:23 +0000 (11:55 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Feb 2025 10:55:23 +0000 (11:55 +0100)
commit4f6f094446017d388583ece216beb3a5d0173f5f
tree40059fc993d7d848592a84c29946be03c9be4ada
parent6295f4c5690900396975913d3694fbb5908c48c6
gas/obj-*.c: use is_whitespace()

... for consistency of recognition of what is deemed whitespace.

In obj_elf_section_name() also generalize end-of-statement recognition
at the same time. Conversely drop the unused SKIP_SEMI_COLON() for COFF.
gas/config/obj-coff.c
gas/config/obj-elf.c
gas/config/obj-macho.c
gas/config/obj-som.c