summaryrefslogtreecommitdiffstats
path: root/backends
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'elfutils-0.169'QtCreator4.5.1QtCreator4.5.0-rc1QtCreator4.5.0QtCreator4.4.1QtCreator4.4.0-rc1QtCreator4.4.0-beta1QtCreator4.4.04.54.4Ulf Hermann2017-05-088-4/+278
|\
| * 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
* | Add frame pointer unwinding as fallback on armUlf Hermann2017-05-084-1/+102
* | Make sure packed structs follow the gcc memory layoutUlf Hermann2017-05-021-1/+1
* | Generalize library namesUlf Hermann2017-04-282-16/+22
* | Check if we need -lintl for linking gettextUlf Hermann2017-04-281-1/+1
* | Check for -z,defs, -z,relro, -fPIC, -fPIE before using themUlf Hermann2017-04-282-2/+6
* | Add gnulib modules to replace missing libc functionalityUlf Hermann2017-04-272-2/+11
* | Clean up linux-specific system includesUlf Hermann2017-04-216-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
* Check elf_strptr didn't fail getting section name.Mark Wielaard2014-11-172-6/+13
* libdw: Add dwarf_peel_type. Use it in dwarf_aggregate_size.Mark Wielaard2014-11-052-18/+9
* aarch64: use <sys/user.h> defined register structuresKyle McMartin2014-08-013-4/+22
* Add ppc64le ELFv2 abi support to backends and elflint.Mark Wielaard2014-07-044-1/+37
* backends: aarch64_return_value_location should handle DW_ATE_boolean.Mark Wielaard2014-07-042-0/+6
* dwarf.h: Remove non-existing DW_TAG_mutable_type.Mark Wielaard2014-06-222-2/+7
* libebl: Add ebl_func_addr_mask plus ARM backend implementation.Mark Wielaard2014-06-222-0/+7
* backends (*_return_value_location): call dwarf_peeled_die_typePetr Machata2014-06-2012-325/+208