summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* elflint: Don't check shdr or TLS symbol offsets against debuginfo phdrs.Mark Wielaard2015-10-162-2/+10
* Regenerate .po files.elfutils-0.164Mark Wielaard2015-10-166-1186/+1195
* elflint: Reject mergable string sections as relocation target.Mark Wielaard2015-10-162-2/+8
* ppc: ppc_check_special_symbol): Also allow _SDA_BASE_ in .data section.Mark Wielaard2015-10-162-3/+13
* tests: Add AM_LDFLAGS to dwfl_proc_attach_LDFLAGS.Mark Wielaard2015-10-162-1/+5
* Prepare 0.164 release.Mark Wielaard2015-10-1511-1142/+1290
* libelf: Use int64_t for offsets in libelf.hJosh Stone2015-10-142-6/+11
* Do not rely on ebl_check_special_section when checking debuginfo files.Jose E. Marchesi2015-10-132-5/+19
* elflint: Check relro flags are a subset of the load segment.Mark Wielaard2015-10-132-3/+24
* libelf: Only use posix_fallocate when using mmap. Ignore unsupported errors.Mark Wielaard2015-10-122-13/+28
* ldlex: Fix sign-compare warning, suppress -Wstack-usage.Mark Wielaard2015-10-123-1/+7
* config: Use ARFLAGS 'cr'.Mark Wielaard2015-10-122-0/+8
* configure.ac: Add AM_SILENT_RULES([yes])Mark Wielaard2015-10-122-0/+6
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-0943-105/+369
* Use seek+read instead of pread to read from /dev/$$/mem files.Jose E. Marchesi2015-10-092-4/+16
* Move recursive nested function to file scope.Chih-Hung Hsieh2015-10-092-46/+53
* tests: Rename argument from check to statement in elfshphehdr.c.Mark Wielaard2015-10-092-4/+9
* strip: Only sanity check symbols to not discarded sections for debug file.Mark Wielaard2015-10-093-14/+15
* Allocate exact amount of bytes for phdrs and shdrs.Mark Wielaard2015-10-086-53/+61
* Do without union of variable length arrays.Chih-Hung Hsieh2015-10-0710-161/+194
* Improve AM_SILENT_RULES coverageJosh Stone2015-10-0616-21/+57
* sparc: support for the check_object_attribute ebl hook.Jose E. Marchesi2015-10-064-1/+83
* Use -fPIC instead of -fpic when generating PIC code.Jose E. Marchesi2015-10-062-1/+6
* Use -fPIC instead of -fpic when generating PIC code.Jose E. Marchesi2015-10-0612-7/+37
* 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