| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement RISC-V disassembler | Ulrich Drepper | 2019-09-06 | 1 | -0/+1 |
* | Don't use dlopen() for libebl modules | Omar Sandoval | 2019-08-29 | 2 | -80/+21 |
* | Add PIC and non-PIC variants of libcpu and libebl | Omar Sandoval | 2019-08-28 | 2 | -1/+2 |
* | libcpu: merge libcpu_{i386,x86_64,bpf} into one library | Omar Sandoval | 2019-08-28 | 2 | -9/+7 |
* | Add backend support for C-SKY | Mao Han | 2019-07-17 | 10 | -2/+623 |
* | libdwelf: Add dwelf_elf_e_machine_string and use it in readelf. | Mark Wielaard | 2019-07-10 | 16 | -20/+18 |
* | backends: riscv_cfi.c had a bad BACKEND define. | Mark Wielaard | 2019-04-14 | 2 | -1/+5 |
* | s390: elflint should check if _GLOBAL_OFFSET_TABLE_ points to .got.elfutils-0.176 | Mark Wielaard | 2019-02-15 | 3 | -0/+44 |
* | RISC-V: Add untested 32-bit core file support. | Jim Wilson | 2019-01-13 | 5 | -14/+53 |
* | RISC-V: Add initial return value location support. | Jim Wilson | 2019-01-10 | 4 | -2/+269 |
* | RISC-V: Improve riscv64 core file support. | Jim Wilson | 2019-01-08 | 2 | -1/+13 |
* | backends: Add x86_64 section_type_name for SHT_X86_64_UNWIND. | Mark Wielaard | 2018-11-09 | 3 | -2/+20 |
* | backends: ppc use define instead of const for size of dwarf_regs array. | Mark Wielaard | 2018-10-20 | 2 | -4/+9 |
* | Handle ADD/SUB relocations | Andreas Schwab | 2018-10-13 | 16 | -15/+73 |
* | backends: Use elf_getshdrstrndx to find .odp section in ppc64_init | Mark Wielaard | 2018-09-13 | 2 | -2/+8 |
* | backends: Always use elf_getshdrstrndx in check_special_symbol. | Mark Wielaard | 2018-09-13 | 6 | -10/+31 |
* | backends: add abi_cfi and set_initial_registers_tid callbacks for M68K | Andreas Schwab | 2018-07-22 | 5 | -1/+153 |
* | Fix typo in riscv_register_info | Andreas Schwab | 2018-07-19 | 2 | -1/+5 |
* | backends: add core_note callback for RISC-V | Andreas Schwab | 2018-07-17 | 4 | -1/+68 |
* | backends: add set_initial_registers_tid callback for RISC-V | Andreas Schwab | 2018-07-13 | 4 | -1/+86 |
* | backends,bpf: add proper relocation support | Yonghong Song | 2018-06-21 | 5 | -1/+65 |
* | libelf: Sync elf.h from glibc. | Mark Wielaard | 2018-06-21 | 2 | -1/+4 |
* | backends: add abi_cfi and register_info callbacks for RISC-V | Andreas Schwab | 2018-06-20 | 5 | -1/+264 |
* | backends: add checks for _GLOBAL_OFFSET_TABLE_ and __global_pointer$ on riscv | Andreas Schwab | 2018-05-15 | 3 | -0/+38 |
* | Add support for RISC-V | Andreas Schwab | 2018-04-23 | 5 | -2/+215 |
* | aarch64: Add default cfi rule to restore SP from CFA address. | Mark Wielaard | 2018-04-13 | 2 | -2/+10 |
* | Include sys/ptrace.h as early as possible. | Mark Wielaard | 2018-02-15 | 2 | -2/+7 |
* | Use fallthrough attribute. | Joshua Watt | 2018-02-10 | 19 | -26/+48 |
* | backends: Ignore GCC8 -Wpacked-not-aligned for m68k_corenote.c. | Mark Wielaard | 2017-10-26 | 2 | -0/+11 |
* | Make sure packed structs follow the gcc memory layout | Ulf Hermann | 2017-09-20 | 2 | -1/+5 |
* | Check for -z,defs, -z,relro, -fPIC, -fPIE before using them | Ulf Hermann | 2017-08-18 | 2 | -2/+6 |
* | backends: sparc GOTDATA_OP[_HIX22|LOX10] can be used in ET_REL files. | Mark Wielaard | 2017-08-02 | 2 | -3/+8 |
* | ppc64: Add HTM SPRs support to readelf | Gustavo Romero | 2017-07-25 | 3 | -3/+28 |
* | strip: Deal with ARM data marker symbols pointing to debug sections. | Mark Wielaard | 2017-07-24 | 5 | -4/+38 |
* | backends: Don't depend on linux/bpf.h to compile bpf disassembler. | Mark Wielaard | 2017-07-24 | 4 | -12/+8 |
* | Unify linking of libasm, libelf, libdw, backends | Ulf Hermann | 2017-07-24 | 2 | -3/+10 |
* | backends: Swap sys/ptrace.h and asm/ptrace.h include order on s390. | Mark Wielaard | 2017-07-17 | 2 | -1/+5 |
* | Support EM_PPC machine flags | Andreas Schwab | 2017-06-15 | 3 | -0/+16 |
* | ppc64: Add minimal fallback unwinder. | Mark Wielaard | 2017-06-12 | 4 | -1/+84 |
* | Add frame pointer unwinding for aarch64 and relax backtrace testcases. | Ulf Hermann | 2017-05-02 | 4 | -1/+91 |
* | Add i386 frame pointer unwinder. | Mark Wielaard | 2017-05-02 | 4 | -2/+93 |
* | Add frame pointer unwinding as fallback on x86_64 | Ulf Hermann | 2017-05-02 | 4 | -1/+94 |
* | Clean up linux-specific system includes | Ulf Hermann | 2017-04-26 | 6 | -8/+18 |
* | backends: Add support for EM_PPC64 GNU_ATTRIBUTES. | Mark Wielaard | 2017-03-24 | 3 | -0/+8 |
* | Add GCC7 -Wimplicit-fallthrough support/fixes. | Mark Wielaard | 2016-11-10 | 7 | -8/+18 |
* | sparc: fix the printing of hw capabilities object attributes. | Jose E. Marchesi | 2016-08-24 | 2 | -23/+58 |
* | Add m68k tests | Andreas Schwab | 2016-07-11 | 3 | -1/+12 |
* | Add support for BPF | Richard Henderson | 2016-06-28 | 6 | -4/+183 |
* | Add support for m68k | Andreas Schwab | 2016-05-23 | 9 | -3/+545 |
* | sparc: restore 32-bit build. | Jose E. Marchesi | 2016-02-26 | 2 | -1/+7 |