| commit | db33cb0cac3253c34881c0377ada51d9803eaae0 | [log] [tgz] |
|---|---|---|
| author | Ying Huang <ying.huang@oss.cipunited.com> | Tue Mar 05 17:51:22 2024 +0800 |
| committer | Mark Wielaard <mark@klomp.org> | Fri Apr 05 12:16:35 2024 +0200 |
| tree | c47ab8b2b59da79e48d65a822fcf2fed6a3bd379 | |
| parent | f2acb06970522a9563d82490f2f1b8fc0bb5b720 [diff] |
backends: Add register_info, return_value_location, core_note on mips * backends/Makefile.am (mips_SRCS): Add mips_regs.c, mips_retval.c and mips_corenote.c. * backends/mips_init.c (mips_init): HOOK register_info, return_value_location and core_note. * backends/mips_corenote.c: New file. * backends/mips_regs.c: Likewise. * backends/mips_retval.c: Likewise. Signed-off-by: Ying Huang <ying.huang@oss.cipunited.com>