RISC-V: don't cast expressions' X_add_number to long in diagnostics
authorJan Beulich <jbeulich@suse.com>
Tue, 4 Oct 2022 07:40:55 +0000 (09:40 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 4 Oct 2022 07:40:55 +0000 (09:40 +0200)
commit021205d0219a5aa55e76fd19888b9c21ff3f4f3b
tree64578631d1245a3d08e55c27715199e52ea5f39d
parent09fbd1cf93bac1fe02860184f0a0bceedb40ff33
RISC-V: don't cast expressions' X_add_number to long in diagnostics

There's no need for such workarounds anymore now that we use C99
uniformly. This addresses several testsuite failures encountered when
(cross-)building on a 32-bit host.
gas/config/tc-riscv.c