]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Sparc: use is_end_of_stmt()
authorJan Beulich <jbeulich@suse.com>
Fri, 7 Mar 2025 07:17:54 +0000 (08:17 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 7 Mar 2025 07:17:54 +0000 (08:17 +0100)
commit16856962c73eda312870b26cabd350c35f632d93
treec2ded6457a7ddeac38040bc3fcdf41e8cfd4456b
parent80276495890268e786d0a822ee622b7a633f0cc1
Sparc: use is_end_of_stmt()

... instead of open-coding it. This also fixes two array underrun
issues, when plain char is a signed type.
gas/config/tc-sparc.c