Re: [PATCH 07/12] target/riscv: uniquify TCG crc32, crc32c, and wfi helper names
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 23/8/26 17:07, Yonggang Luo wrote: > - ARM already exports helper_crc32, helper_crc32c, helper_wfi, and the > matching helper_info_* objects. RISC-V used the same DEF_HELPER names, > which collide in a combined qemu-system link. > - Rename the RISC-V helpers to riscv_crc32, riscv_crc32c, and riscv_wfi > so the generated C symbols are unique without meson -D prefixes. > > Signed-off-by: Yonggang Luo <[email protected]> > --- > target/riscv/helper.h | 6 +++--- > target/riscv/tcg/bitmanip_helper.c | 4 ++-- > target/riscv/tcg/insn_trans/trans_privileged.c.inc | 2 +- > target/riscv/tcg/insn_trans/trans_xlrbr.c.inc | 4 ++-- > target/riscv/tcg/op_helper.c | 2 +- > 5 files changed, 9 insertions(+), 9 deletions(-) https://lore.kernel.org/qemu-devel/[email protected]/ ;)