Re: [PATCH 4/5] stack: Fix stack unwind failure on mips

2023-05-17 Thread Ying Huang
Hi, 在 2023/5/12 00:07, Mark Wielaard 写道: >> libebl_backends_a_SOURCES = $(i386_SRCS) $(sh_SRCS) $(x86_64_SRCS) \ >> $(ia64_SRCS) $(alpha_SRCS) $(arm_SRCS) \ >> diff --git a/backends/mips_cfi.c b/backends/mips_cfi.c >> new file mode 100644 >> index ..77132cc1 >> --

Re: [PATCH 3/5] elflint: Fix invalid type of relocation info and other issues on mips

2023-05-17 Thread Ying Huang
Hi, 在 2023/5/11 23:59, Mark Wielaard 写道: > Hi, > > On Tue, 2023-04-11 at 16:12 +0800, Ying Huang wrote: >> From: Ying Huang >> >> add some check related functions >> --- >> backends/mips_init.c | 3 +++ >> backends/mips_symbol.c| 33 + >> libebl/eblreloc