]> git.ipfire.org Git - thirdparty/elfutils.git/commit
backends: Add register_info, return_value_location, core_note on mips
authorYing Huang <ying.huang@oss.cipunited.com>
Tue, 5 Mar 2024 09:51:22 +0000 (17:51 +0800)
committerMark Wielaard <mark@klomp.org>
Fri, 5 Apr 2024 10:16:35 +0000 (12:16 +0200)
commitdb33cb0cac3253c34881c0377ada51d9803eaae0
treec47ab8b2b59da79e48d65a822fcf2fed6a3bd379
parentf2acb06970522a9563d82490f2f1b8fc0bb5b720
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>
backends/Makefile.am
backends/mips_corenote.c [new file with mode: 0644]
backends/mips_init.c
backends/mips_regs.c [new file with mode: 0644]
backends/mips_retval.c [new file with mode: 0644]