Re: [PATCH 0/2] Let gen-vdso tool to use internal ELF header

2024-07-25 Thread Jim Shu
Hi Richard, Thanks for your feedback. I think it is reasonable. I will drop this patchset. Regards, Jim Shu On Fri, Jul 26, 2024 at 1:28 PM Richard Henderson wrote: > > On 7/26/24 14:32, Jim Shu wrote: > > Let gen-vdso tool to use QEMU's internal ELF header. It could avoid > > compatibility is

Re: [PATCH 0/2] Let gen-vdso tool to use internal ELF header

2024-07-25 Thread Richard Henderson
On 7/26/24 14:32, Jim Shu wrote: Let gen-vdso tool to use QEMU's internal ELF header. It could avoid compatibility issue of glibc version in the environment. QEMU RISC-V zicfiss/lp extension patchset will add "EM_RISCV" symbol to it. This symbol is not supported in the legacy glibc. I see EM_RI

[PATCH 0/2] Let gen-vdso tool to use internal ELF header

2024-07-25 Thread Jim Shu
Let gen-vdso tool to use QEMU's internal ELF header. It could avoid compatibility issue of glibc version in the environment. QEMU RISC-V zicfiss/lp extension patchset will add "EM_RISCV" symbol to it. This symbol is not supported in the legacy glibc. Jim Shu (2): include/elf.h: align ELF macro