]> git.ipfire.org Git - thirdparty/elfutils.git/commit
RISC-V: Add untested 32-bit core file support.
authorJim Wilson <jimw@sifive.com>
Thu, 27 Dec 2018 23:27:02 +0000 (15:27 -0800)
committerMark Wielaard <mark@klomp.org>
Sun, 13 Jan 2019 10:08:42 +0000 (11:08 +0100)
commitdcd3704ee5a522887d365d1a4cf77e585f1b68b4
tree8be226f056c471714ff08c01d1e3ac7616eb3d7f
parent4f4b90c6097546205502e8ad34c001516d4e3e44
RISC-V: Add untested 32-bit core file support.

Adds 32-bit support exactly the same way that the sparc backend handles
32- and 64-bit core file support.  The 64-bit core file support was tested
and still works same as before.

Signed-off-by: Jim Wilson <jimw@sifive.com>
backends/ChangeLog
backends/Makefile.am
backends/riscv64_corenote.c [new file with mode: 0644]
backends/riscv_corenote.c
backends/riscv_init.c