summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* unstrip: Update sh_info when SH_INFO_LINK_P not just when SHF_INFO_LINK setMark Wielaard2015-10-052-1/+6
* Handle merged strtab/shstrtab string tables in strip and unstrip.Mark Wielaard2015-10-057-10/+818
* libelf: Always update e_version and e_shentsize in elf_update.Mark Wielaard2015-10-055-7/+207
* Move 4 libdwfl nested functions.Chih-Hung Hsieh2015-10-053-138/+182
* Update Ukrainian translationYuri Chornoivan2015-10-021-335/+364
* Properly mark all internal function definitions.Mark Wielaard2015-09-2317-0/+44
* Remove old-style function definitions.Mark Wielaard2015-09-23236-1050/+481
* Update dl-hash.h from glibc.Mark Wielaard2015-09-232-41/+38
* libdw: Don't reassign result pointer in dwarf_peel_type.Mark Wielaard2015-09-152-3/+6
* Remove redundant NULL tests.Chih-Hung Hsieh2015-09-1412-20/+41
* libdwfl: Make dwfl_linux_proc_attach work even without any Dwfl_Modules.Mark Wielaard2015-09-146-8/+161
* Initialize variable before use.Chih-Hung Hsieh2015-09-102-1/+8
* libdwfl: Replace abs with llabs for int64_t values.Chih-Hung Hsieh2015-09-092-1/+5
* tests: Init local variable enctype before use in print_base_type varlocs.c.Chih-Hung Hsieh2015-09-072-1/+5
* tests: Remove unused static const variables in md5-sha1-test.c.Chih-Hung Hsieh2015-09-072-8/+5
* libdw: Add const declaration to getlocations_addr locs.Chih-Hung Hsieh2015-09-072-11/+11
* Replace some K&R function definitions with ansi-C definitions.Chih-Hung Hsieh2015-09-0723-89/+96
* Replace printf %Z length modifier with %z.Chih-Hung Hsieh2015-09-0717-95/+133
* backends: Use ebl->class consistently in sparc backend.Mark Wielaard2015-09-032-6/+10
* readelf: handle_core_item large right shift triggers undefined behaviour.Mark Wielaard2015-09-032-2/+14
* libdw: Add DW_LANG_Haskell.Mark Wielaard2015-08-252-0/+5
* elflint: Add gnuld check when a NOBITS section falls inside a segment.Mark Wielaard2015-08-172-2/+37
* tests: Add a testcase for dwfl debuginfo-path with separate bin/debug dirs.Mark Wielaard2015-08-143-2/+75
* Fix finding split debug info files not located by the build-id mechanismDodji Seketeli2015-08-143-7/+29
* spec: Provide default-yama-scope.Mark Wielaard2015-08-044-2/+69
* unstrip: Handle debuginfo files with missing SHF_INFO_LINK section flags.Mark Wielaard2015-08-038-7/+71
* ignore more generated filesMike Frysinger2015-07-291-4/+26
* Fix/improve .gitignorePino Toscano2015-07-112-26/+120
* tests: skip run-deleted.sh when dwfl_linux_proc_attach is not implementedPino Toscano2015-06-272-0/+9
* tests: dwfl-bug-fd-leak: Guard against null module addressesPino Toscano2015-06-272-1/+10
* strings: Define MAP_POPULATE if not defined alreadyPino Toscano2015-06-272-0/+8
* nm: First call elf_getdata, then allocate memory.Mark Wielaard2015-06-272-6/+10
* tests: Mark an unused argument as suchPino Toscano2015-06-272-1/+5
* Reduce scope of some includesPino Toscano2015-06-276-1/+18
* Prepare 0.163 release.elfutils-0.163Mark Wielaard2015-06-1911-2256/+2318
* findtextrel: Don't leak memory in process_file.Mark Wielaard2015-06-192-0/+5
* readelf: Make sure phdr2_mem lifetime/scope equals phdr2 pointer.Mark Wielaard2015-06-192-1/+6
* libdwfl: Don't leak fname if file is main file by another name in try_open.Mark Wielaard2015-06-192-1/+6
* readelf: Don't leak memory on failure path in handle_gnu_hash.Mark Wielaard2015-06-192-1/+7
* libelf: Don't leak memory on failure paths in elf_updatefile.Mark Wielaard2015-06-192-12/+22
* elflint: Only check the PT_TLS phdr if it actually exists, warn otherwise.Mark Wielaard2015-06-192-0/+11
* libdw: Make sure the default page size is big enough to hold a Dwarf.Mark Wielaard2015-06-192-0/+6
* nm: Fix typo in size check to determine whether we stack allocated memory.Mark Wielaard2015-06-192-1/+6
* strings: Handle failure of getting section name on bogus section data.Mark Wielaard2015-06-192-2/+11
* libelf: Check symbol section header exists before use in nlist.Mark Wielaard2015-06-192-2/+10
* libdwfl: Check symbol section exists and has a sane entsize in find_symtab.Mark Wielaard2015-06-192-1/+7
* libdw: Not leak memory on error in dwarf_getpubnames.Mark Wielaard2015-06-192-0/+5
* libdw: Detect dwarf_formudata errors in dwarf_getmacros.Mark Wielaard2015-06-192-2/+10