summaryrefslogtreecommitdiff
path: root/libebl/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* libebl: Don't install libebl.a, libebl.h and remove backends from spec.Mark Wielaard2019-09-101-0/+5
* Don't use dlopen() for libebl modulesOmar Sandoval2019-08-291-0/+6
* Add PIC and non-PIC variants of libcpu and libeblOmar Sandoval2019-08-281-1/+3
* libebl: remove unnecessary variable in Makefile.amOmar Sandoval2019-08-281-0/+4
* Add backend support for C-SKYMao Han2019-07-171-0/+4
* libdwelf: Add dwelf_elf_e_machine_string and use it in readelf.Mark Wielaard2019-07-101-0/+6
* libebl: Try harder to find backend library in bin and lib origin paths.Mark Wielaard2019-05-301-0/+8
* libebl: Check ebl is not NULL in ebl_symbol_[binding|type]_name.Mark Wielaard2019-04-281-0/+7
* libebl: Check GNU property note data padding fits inside note.Mark Wielaard2019-01-301-0/+5
* libebl: Check NT_PLATFORM core notes contain a zero terminated string.Mark Wielaard2019-01-161-0/+6
* libebl: Check GNU property note pr_datasz fits inside note description.Mark Wielaard2019-01-161-0/+4
* libebl: Fix reading GNU_PROPERTY_STACK_SIZE reading from 32bit notes.Mark Wielaard2018-12-031-0/+5
* libebl: Don't update w, t and len unnecessarily in ebl_object_note_type_name.Mark Wielaard2018-11-151-0/+5
* Handle GNU Build Attribute ELF Notes.Mark Wielaard2018-11-131-0/+8
* Recognize NT_VERSION notes.Mark Wielaard2018-11-131-0/+9
* Recognize and parse GNU Property notes.Mark Wielaard2018-10-291-0/+6
* Handle ADD/SUB relocationsAndreas Schwab2018-10-131-0/+7
* libebl: Use elf_getshdrstrndx in ebl_section_strip_p.Mark Wielaard2018-09-131-0/+6
* backends: Always use elf_getshdrstrndx in check_special_symbol.Mark Wielaard2018-09-131-0/+7
* Consolidate error.h inclusion in system.hRoss Burton2018-07-051-0/+4
* libebl: Add new DWARF5 debug section names to default_debugscn_p.Mark Wielaard2018-05-061-0/+6
* Add support for RISC-VAndreas Schwab2018-04-231-0/+4
* libebl: Handle SYMTAB_SHNDX in ebl_dynamic_tag_name.Mark Wielaard2018-03-161-0/+6
* libebl: Allow SHT_NOTE as relocation target type.Mark Wielaard2018-02-221-0/+5
* Use fallthrough attribute.Joshua Watt2018-02-101-0/+5
* Check for -z,defs, -z,relro, -fPIC, -fPIE before using themUlf Hermann2017-08-181-0/+4
* ppc64: Add HTM SPRs support to readelfGustavo Romero2017-07-251-0/+4
* strip: Deal with ARM data marker symbols pointing to debug sections.Mark Wielaard2017-07-241-0/+9
* Make __attribute__ conditional in all installed headersUlf Hermann2017-05-021-0/+4
* Check for existence of mempcpyUlf Hermann2017-02-171-0/+5
* dwelf: Add string table functions from ebl.Mark Wielaard2016-08-031-0/+13
* Remove eu-ld and unused code.Mark Wielaard2016-08-031-0/+18
* Add support for BPFRichard Henderson2016-06-281-0/+5
* Add support for m68kAndreas Schwab2016-05-231-0/+4
* libebl: Don't assume ELF notes are "GNU" when unknown, recognize "Go" notes.Mark Wielaard2016-02-151-0/+6
* libebl: Fix missing brackets around if statement body.Mark Wielaard2016-01-091-0/+5
* libdwfl: Use elf_compress[_gnu] to decompress string, symbol and reloc data.Mark Wielaard2016-01-061-0/+4
* libebl: new backend attribute ra_offset.Jose E. Marchesi2016-01-031-0/+6
* Use -fPIC instead of -fpic when generating PIC code.Jose E. Marchesi2015-10-061-0/+5
* Remove old-style function definitions.Mark Wielaard2015-09-231-0/+4
* Remove redundant NULL tests.Chih-Hung Hsieh2015-09-141-0/+8
* Replace some K&R function definitions with ansi-C definitions.Chih-Hung Hsieh2015-09-071-0/+6
* libebl: SHT_(INIT|FINI|PREINIT)_ARRAY are valid targets for relocation.Mark Wielaard2015-06-141-0/+5
* libebl: Don't blow up stack when processing large NT_GNU_ABI_TAG.Mark Wielaard2015-05-271-0/+5
* libebl: Use static number for array stack allocation in openbackend.Mark Wielaard2015-05-271-0/+5
* libebl.h: Add comment from README that this is completely UNSUPPORTED.Mark Wielaard2015-01-271-0/+5
* Use elf_getphdrnum instead of accessing ehdr->e_phnum directly.Mark Wielaard2014-11-261-0/+7
* Check elf_strptr didn't fail getting section name.Mark Wielaard2014-11-171-0/+4
* libebl: Add ebl_func_addr_mask plus ARM backend implementation.Mark Wielaard2014-06-221-0/+6
* backends: Add ebl_check_reloc_target_type.Mark Wielaard2014-05-191-0/+10