]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
{,E}COFF: use is_end_of_stmt()
authorJan Beulich <jbeulich@suse.com>
Fri, 7 Mar 2025 07:08:14 +0000 (08:08 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 7 Mar 2025 07:08:14 +0000 (08:08 +0100)
commit2d677125936a61ada1df87d34840d55cbe4250ae
tree815d5bb3eca6a7ad5e184eed056f738636c79a13
parentbdf94855597d876836a92ef18d2b6e9290e4e1c0
{,E}COFF: use is_end_of_stmt()

... instead of open-coding it. Convert a variable's type to plain char
then as well, as that's what it's really holding (and how it's used
everywhere else).
gas/config/obj-coff.c
gas/ecoff.c