]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Support Mips architecture
authorYing Huang <ying.huang@oss.cipunited.com>
Tue, 5 Mar 2024 09:51:17 +0000 (17:51 +0800)
committerMark Wielaard <mark@klomp.org>
Thu, 28 Mar 2024 23:58:54 +0000 (00:58 +0100)
commite259f126f5077923e415e306915de50ed0f0db56
treed42b8010c8ca52ac9c96c2023c05e8a15a0a0abd
parent3f956f8f8609f508ead2becc594c2338681cc6d0
Support Mips architecture

* backends/Makefile.am (modules): Add mips.
(mips_SRCS): New var for mips_init.c mips_symbol.c.
(libebl_backends_a_SOURCES): Add mips_SRCS.
* backends/mips_init.c: New file.
* backends/mips_reloc.def: Likewise.
* backends/mips_symbol.c: Likewise.
* libebl/eblopenbackend.c (mips_init): Declare.
(machines): Add mips.
* libelf/libelfP.h: Add ELF64_MIPS_R_TYPE{1,2,3}

Signed-off-by: Ying Huang <ying.huang@oss.cipunited.com>
backends/Makefile.am
backends/mips_init.c [new file with mode: 0644]
backends/mips_reloc.def [new file with mode: 0644]
backends/mips_symbol.c [new file with mode: 0644]
libebl/eblopenbackend.c
libelf/libelfP.h