backends: add abi_cfi and register_info callbacks for RISC-V
authorAndreas Schwab <schwab@suse.de>
Wed, 13 Jun 2018 10:28:00 +0000 (12:28 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 20 Jun 2018 11:02:48 +0000 (13:02 +0200)
commit6ad1343200116145aae9e3f04f4973a7aaf3a999
tree3351f37ff095a6c55ca92744dd973d63f616456a
parent9e16a100bf8e0d43415253fe8cfd3ba1d8e637d1
backends: add abi_cfi and register_info callbacks for RISC-V

From
https://github.com/riscv/riscv-isa-manual/raw/master/release/riscv-spec-v2.2.pdf
and GCC source.

Signed-off-by: Andreas Schwab <schwab@suse.de>
backends/ChangeLog
backends/Makefile.am
backends/riscv_cfi.c [new file with mode: 0644]
backends/riscv_init.c
backends/riscv_regs.c [new file with mode: 0644]