RISC-V/gas: fix build with certain gcc versions
authorJan Beulich <jbeulich@suse.com>
Fri, 28 Oct 2022 13:47:03 +0000 (15:47 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 28 Oct 2022 13:47:03 +0000 (15:47 +0200)
commit3190ebcbbf846617c0d5026995c26917f609a0f4
tree17ffe884d8fe654fafe7982cc93308f0c3e70d57
parent615d4f4133703111b893b6a4d175250dfa4f630b
RISC-V/gas: fix build with certain gcc versions

Some versions of gcc warn by default about shadowed outer-scope
declarations. This affects frag_align_code, which is declared in
frags.h. Rename the offending function parameter. While there also
switch to using true/false at the function call sites.
gas/config/tc-riscv.c