summaryrefslogtreecommitdiff
path: root/backends/riscv_init.c
Commit message (Expand)AuthorAgeFilesLines
* backends: Handle new RISC-V specific definitionsAndreas Schwab2022-08-091-0/+4
* RISC-V: PR27925 Add support for LP64 and LP64F ABIs return valuesWilliam Cohen2021-09-301-4/+17
* libebl: Remove Ebl struct size check and MODVERSION string.Mark Wielaard2020-06-101-8/+3
* Implement RISC-V disassemblerUlrich Drepper2019-09-061-0/+1
* libdwelf: Add dwelf_elf_e_machine_string and use it in readelf.Mark Wielaard2019-07-101-1/+0
* RISC-V: Add untested 32-bit core file support.Jim Wilson2019-01-131-1/+6
* RISC-V: Add initial return value location support.Jim Wilson2019-01-101-1/+9
* backends: add core_note callback for RISC-VAndreas Schwab2018-07-171-0/+1
* backends: add set_initial_registers_tid callback for RISC-VAndreas Schwab2018-07-131-0/+1
* backends: add abi_cfi and register_info callbacks for RISC-VAndreas Schwab2018-06-201-0/+4
* backends: add checks for _GLOBAL_OFFSET_TABLE_ and __global_pointer$ on riscvAndreas Schwab2018-05-151-0/+1
* Add support for RISC-VAndreas Schwab2018-04-231-0/+57