]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Arm: use is_end_of_stmt()
authorJan Beulich <jbeulich@suse.com>
Fri, 7 Mar 2025 07:10:35 +0000 (08:10 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 7 Mar 2025 07:10:35 +0000 (08:10 +0100)
commit41241256243a266bfe9a46d14aac148e1df88bcd
tree50d20366d4d395c7eb32968c572e3e62e278b289
parent74838eae6b5aa80baca522baad6038ea0cbe4f80
Arm: use is_end_of_stmt()

... instead of open-coding it. This also fixes an array underrun issue:
The wrong casting to plain int could have yielded negative values when
plain char is a signed type.
gas/config/tc-arm.c