[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Let gen-vdso tool to use internal ELF header
From: |
Jim Shu |
Subject: |
[PATCH 0/2] Let gen-vdso tool to use internal ELF header |
Date: |
Fri, 26 Jul 2024 12:32:44 +0800 |
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 name with glibc
linux-user: Add QEMU include path to vdso
include/elf.h | 2 +-
linux-user/meson.build | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
--
2.17.1
- [PATCH 0/2] Let gen-vdso tool to use internal ELF header,
Jim Shu <=