summaryrefslogtreecommitdiff
path: root/backends
Commit message (Expand)AuthorAgeFilesLines
* backends: add checks for _GLOBAL_OFFSET_TABLE_ and __global_pointer$ on riscvAndreas Schwab2018-05-153-0/+38
* Add support for RISC-VAndreas Schwab2018-04-235-2/+215
* aarch64: Add default cfi rule to restore SP from CFA address.Mark Wielaard2018-04-132-2/+10
* Include sys/ptrace.h as early as possible.Mark Wielaard2018-02-152-2/+7
* Use fallthrough attribute.Joshua Watt2018-02-1019-26/+48
* backends: Ignore GCC8 -Wpacked-not-aligned for m68k_corenote.c.Mark Wielaard2017-10-262-0/+11
* Make sure packed structs follow the gcc memory layoutUlf Hermann2017-09-202-1/+5
* Check for -z,defs, -z,relro, -fPIC, -fPIE before using themUlf Hermann2017-08-182-2/+6
* backends: sparc GOTDATA_OP[_HIX22|LOX10] can be used in ET_REL files.Mark Wielaard2017-08-022-3/+8
* ppc64: Add HTM SPRs support to readelfGustavo Romero2017-07-253-3/+28
* strip: Deal with ARM data marker symbols pointing to debug sections.Mark Wielaard2017-07-245-4/+38
* backends: Don't depend on linux/bpf.h to compile bpf disassembler.Mark Wielaard2017-07-244-12/+8
* Unify linking of libasm, libelf, libdw, backendsUlf Hermann2017-07-242-3/+10
* backends: Swap sys/ptrace.h and asm/ptrace.h include order on s390.Mark Wielaard2017-07-172-1/+5
* Support EM_PPC machine flagsAndreas Schwab2017-06-153-0/+16
* ppc64: Add minimal fallback unwinder.Mark Wielaard2017-06-124-1/+84
* Add frame pointer unwinding for aarch64 and relax backtrace testcases.Ulf Hermann2017-05-024-1/+91
* Add i386 frame pointer unwinder.Mark Wielaard2017-05-024-2/+93
* Add frame pointer unwinding as fallback on x86_64Ulf Hermann2017-05-024-1/+94
* Clean up linux-specific system includesUlf Hermann2017-04-266-8/+18
* backends: Add support for EM_PPC64 GNU_ATTRIBUTES.Mark Wielaard2017-03-243-0/+8
* Add GCC7 -Wimplicit-fallthrough support/fixes.Mark Wielaard2016-11-107-8/+18
* sparc: fix the printing of hw capabilities object attributes.Jose E. Marchesi2016-08-242-23/+58
* Add m68k testsAndreas Schwab2016-07-113-1/+12
* Add support for BPFRichard Henderson2016-06-286-4/+183
* Add support for m68kAndreas Schwab2016-05-239-3/+545
* sparc: restore 32-bit build.Jose E. Marchesi2016-02-262-1/+7
* Add support for DT_PPC_OPTAndreas Schwab2016-02-262-1/+9
* Add new i386 and x86_64 relocation types.Mark Wielaard2016-02-193-0/+8
* Add NT_ARM_SYSTEM_CALL aarch64 syscall regset.Mark Wielaard2016-02-152-1/+17
* backends: sparc: support for live backtracesJose E. Marchesi2016-01-034-1/+137
* backends: sparc: support for core backtracesJose E. Marchesi2016-01-035-2/+111
* Move nested functions in backends to file scope.Chih-Hung Hsieh2015-11-033-25/+40
* ppc: ppc_check_special_symbol): Also allow _SDA_BASE_ in .data section.Mark Wielaard2015-10-162-3/+13
* Improve AM_SILENT_RULES coverageJosh Stone2015-10-062-2/+6
* sparc: support for the check_object_attribute ebl hook.Jose E. Marchesi2015-10-064-1/+83
* sparc: fix the extraction of relocation IDs from r_type fields.Jose E. Marchesi2015-10-063-1/+27
* sparc: add some missing relocation types.Jose E. Marchesi2015-10-052-0/+8
* Remove old-style function definitions.Mark Wielaard2015-09-234-22/+16
* Replace some K&R function definitions with ansi-C definitions.Chih-Hung Hsieh2015-09-0713-60/+64
* backends: Use ebl->class consistently in sparc backend.Mark Wielaard2015-09-032-6/+10
* Reduce scope of some includesPino Toscano2015-06-272-1/+5
* Update elf.h from glibc.Mark Wielaard2015-04-282-3/+8
* backends: Add x32_corenote.cH.J. Lu2015-04-016-11/+92
* backends: aarch64 can have _GLOBAL_OFFSET_TABLE_ point anywhere in .got.Mark Wielaard2015-03-272-5/+15
* backends: COPY relocations can also happen in ET_DYN.Mark Wielaard2015-03-1312-21/+36
* Support STT_ARM_TFUNC symbol type in ebl_symbol_type_name hookPetr Machata2015-02-243-2/+21
* backends: Check sh_entsize is not zero in ppc_symbol.c (find_dyn_got).Mark Wielaard2015-01-152-1/+6
* avoid scary command outputUlrich Drepper2014-12-182-1/+5
* Use elf_getphdrnum instead of accessing ehdr->e_phnum directly.Mark Wielaard2014-11-263-8/+18