mbox series

[v2,0/2] linux-user: AT_BASE_PLATFORM for MIPS

Message ID 20220803103009.95972-1-jiaxun.yang@flygoat.com (mailing list archive)
Headers show
Series linux-user: AT_BASE_PLATFORM for MIPS | expand

Message

Jiaxun Yang Aug. 3, 2022, 10:30 a.m. UTC
Hi all,

This series properly filled AT_BASE_PLATFORM of MIPS.
There is a checkpatch error about braces after if statement,
I intentionally left it for style consistency.

v2: Commit meesage rewording (philmd)

Thanks.
- Jiaxun

Jiaxun Yang (2):
  linux-user: Introduce stubs for ELF AT_BASE_PLATFORM
  linux-user: Set ELF_BASE_PLATFORM for MIPS

 linux-user/elfload.c | 60 ++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 58 insertions(+), 2 deletions(-)