aboutsummaryrefslogtreecommitdiffstats
path: root/libebl
Commit message (Expand)AuthorAgeFilesLines
* Stop build of unused libraries.Chih-Hung Hsieh2016-04-191-127/+0
* Merge upstream 0.165 SHA '203f0a3'Chih-Hung Hsieh2016-01-253-181/+194
|\
| * libebl: Fix missing brackets around if statement body.Mark Wielaard2016-01-092-180/+187
| * libdwfl: Use elf_compress[_gnu] to decompress string, symbol and reloc data.Mark Wielaard2016-01-062-1/+7
* | Merge upstream SHA '9d1e236'Chih-Hung Hsieh2016-01-044-0/+24
|\|
| * libebl: new backend attribute ra_offset.Jose E. Marchesi2016-01-034-0/+24
* | Enable clang compiler for some modules.Chih-Hung Hsieh2015-11-161-8/+0
* | Merge upstream commit '86ed7f7'.Chih-Hung Hsieh2015-10-082-1/+6
|\|
| * Use -fPIC instead of -fpic when generating PIC code.Jose E. Marchesi2015-10-062-1/+6
* | Merge in latest aosp/upstream-master d8698e55.Chih-Hung Hsieh2015-09-2949-200/+155
|\|
| * Remove old-style function definitions.Mark Wielaard2015-09-2342-180/+60
| * Remove redundant NULL tests.Chih-Hung Hsieh2015-09-145-5/+15
| * Replace some K&R function definitions with ansi-C definitions.Chih-Hung Hsieh2015-09-073-5/+8
| * libebl: SHT_(INIT|FINI|PREINIT)_ARRAY are valid targets for relocation.Mark Wielaard2015-06-142-5/+18
| * libebl: Don't blow up stack when processing large NT_GNU_ABI_TAG.Mark Wielaard2015-05-272-2/+22
| * libebl: Use static number for array stack allocation in openbackend.Mark Wielaard2015-05-272-2/+13
| * s/Really, not guarantee/Really, no guarantee/gMark Wielaard2015-01-271-1/+1
| * libebl.h: Add comment from README that this is completely UNSUPPORTED.Mark Wielaard2015-01-272-1/+19
| * Use elf_getphdrnum instead of accessing ehdr->e_phnum directly.Mark Wielaard2014-11-265-9/+14
| * Check elf_strptr didn't fail getting section name.Mark Wielaard2014-11-172-2/+6
| * libebl: Add ebl_func_addr_mask plus ARM backend implementation.Mark Wielaard2014-06-225-4/+34
| * backends: Add ebl_check_reloc_target_type.Mark Wielaard2014-05-196-3/+74
| * libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo.Mark Wielaard2013-12-206-1/+69
| * unwinder: s390 and s390xJan Kratochvil2013-12-186-1/+143
| * unwinder: ppc and ppc64Jan Kratochvil2013-12-155-2/+65
| * Support AArch64 architecturePetr Machata2013-11-262-1/+6
| * Code cleanup: Remove const in prototypeJan Kratochvil2013-11-142-4/+7
| * Unwinder for x86*.Jan Kratochvil2013-11-076-5/+97
| * backends: ppc_abi_cfi reg1 use DW_CFA_val_offset not DW_CFA_val_expression.Mark Wielaard2013-10-072-0/+10
| * Recognize names of some new core note types in ebl_core_note_type_namePetr Machata2013-09-272-1/+11
| * eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL.Mark Wielaard2013-09-252-2/+6
| * Updates for Automake 1.13.Mark Wielaard2013-04-262-1/+5
| * libebl/Jan Kratochvil2012-10-124-3/+13
| * Handle new core note types in EBLPetr Machata2012-09-172-1/+18
| * Add support for Tilera TILE-Gx processor.Jeff Kenton2012-08-242-0/+5
| * Add low-level support for .debug_macro.Mark Wielaard2012-06-272-0/+6
| * Update name, license and contributor policy.Mark Wielaard2012-06-0551-2016/+969
| * Remove .mtn-ignore and .cvsignore files.Mark Wielaard2012-06-051-1/+0
| * Add support for printing SDT elf notes.Mark Wielaard2011-04-266-10/+118
| * Fix doubled words.Marek Polacek2011-04-161-1/+1
| * Fix typo in TLSDESC_GOT.Marek Polacek2011-03-212-1/+5
| * Add new ebl_check_st_other_bits function.Mark Wielaard2011-03-116-3/+93
| * Consider .gdb_index as a debugging section.Roland McGrath2010-07-072-0/+6
| * Clean up and consolidate automake magic to reduce duplication and to work wit...Roland McGrath2010-02-152-23/+9
| * Make readelf -n check note name strings, handle "VMCOREINFO" flavor.Roland McGrath2010-01-045-19/+27
| * Clean up NT_GNU_GOLD_VERSION printing.Roland McGrath2009-10-142-2/+6
| * Match .debug_pubtypes and .debug_types as known DWARF section names.Roland McGrath2009-10-052-0/+8
| * libebl: Fix allocation of memory for long stringsPetr Machata2009-09-022-7/+17
| * ebl_strtabfinalize: Don't SEGV when no strings are presentPetr Machata2009-08-062-1/+7
| * Handle text output for NT_GNU_GOLD_VERSION.Mark Wielaard2009-07-262-1/+10