platform/upstream/elfutils.git
2016-08-04 Mark WielaardPrepare 0.167 release.
2016-08-03 Mark Wielaarddwelf: Add string table functions from ebl.
2016-08-03 Mark WielaardRemove eu-ld and unused code.
2016-07-11 Andreas SchwabAdd m68k tests
2016-07-11 Mark Wielaardunstrip: Fix off by one array access with unstripped_st...
2016-07-11 Mark Wielaardlibelf: Allow updating phdrs for any e_type.
2016-06-28 John Ognesslibelf: find 1st section instead of assuming
2016-06-28 Richard HendersonAdd support for BPF
2016-06-28 Richard HendersonSync elf.h from glibc
2016-06-21 Mark WielaardCONTRIBUTING: Extend patch, committer and maintainer...
2016-05-23 Andreas SchwabAdd support for m68k
2016-05-03 Filipe Brandenburgerconfig: Pass the compiler -Werror during warning detection
2016-05-02 Filipe Brandenburgerconfig: Fix check for argp_parse to pass &argv
2016-04-14 Mark Wielaardlibdwfl: Fix memory leak in dwfl_module_getsrc_file...
2016-04-14 Mark Wielaardlibdwfl: Fix memory leak in proc_maps_report on bad...
2016-04-14 Mark Wielaardlibelf: Fix memory leak when zlib deflateInit fails...
2016-04-11 David Abdurachmanovelfcmp: fix self-comparison error with GCC 6
2016-03-31 Mark WielaardPrepare 0.166 release. elfutils-0.166
2016-03-21 Mark Wielaardnm: Check for malloc size argument overflow in show_sym...
2016-03-02 Mark Wielaardconfig: Use --program-prefix=eu- by default.
2016-03-02 Steven Chamberlainlibdwfl: clean up non-Linux GNU platforms code
2016-02-26 Jose E. Marchesisparc: restore 32-bit build.
2016-02-26 Andreas SchwabAdd support for DT_PPC_OPT
2016-02-22 Ravi Bangorialibdwfl: Check for kernel debuginfo file without .debug...
2016-02-22 Mark Wielaardreadelf: Warn when uncompressing fails and error when...
2016-02-22 Mark Wielaardelfcompress: -q should not imply --force.
2016-02-22 Mark Wielaardlibelf: Don't leak memory when out of memory in updatemmap.
2016-02-22 Mark Wielaardlibdwfl: Don't leak memory in proc_maps_report when...
2016-02-22 Mark Wielaardlibdwfl: Don't crash on out of memory when frame unwinding.
2016-02-22 Mark Wielaardlibdw: Fix bad free on invalid data in dwarf_getsrclines.c.
2016-02-22 Mark Wielaardconfig: Check for and use gcc -Wnull-dereference.
2016-02-22 Mark WielaardFix GCC6 -Wnull-dereference warnings.
2016-02-19 Mark WielaardAdd new i386 and x86_64 relocation types.
2016-02-18 Mark Wielaardlibdwfl: Check result of gelf_get* calls in relocate.c upstream/0.165
2016-02-18 Mark Wielaardlibdwfl: Check result of gelf_update_* calls in relocat...
2016-02-18 Mark Wielaardreadelf: Read and print (encoded) DW_CFA_set_loc op...
2016-02-15 Mark WielaardAdd NT_ARM_SYSTEM_CALL aarch64 syscall regset.
2016-02-15 Mark Wielaardlibebl: Don't assume ELF notes are "GNU" when unknown...
2016-02-15 Mark Wielaardconfig: Check for and use gcc -Wlogical-op and -Wduplic...
2016-02-15 Mark Wielaardelflint: Fix sh_entsize check when comparing SHT_HASH...
2016-02-10 Mark Wielaardlibelf: elf_getdata should not adjust alignment for...
2016-01-23 Chih-Hung HsiehMove nested functions in elf_compress.c and elf_strptr.c.
2016-01-18 Mark Wielaardtests: Skip dwfl-bug-fd-leak test if dwfl_linux_proc_re...
2016-01-18 Mark Wielaardelflint: Recognize ELFOSABI_FREEBSD which Debian kFreeB...
2016-01-18 Mark Wielaardtests: Guard linux specific header includes with ifdef...
2016-01-14 Mike Frysingerconfigure: clarify zlib error message
2016-01-14 Mike Frysingergitignore: update
2016-01-14 Mark Wielaardlibelf: Add ELF compression types and defines to libelf...
2016-01-11 Mark WielaardRegenerate .po files. elfutils-0.165
2016-01-09 Mark Wielaardlibebl: Fix missing brackets around if statement body.
2016-01-08 Mark Wielaardtests: Fix parentheses in elfputzdata strncmp test.
2016-01-08 Mark WielaardFix build on 32bit systems.
2016-01-08 Mark WielaardPrepare 0.165 release.
2016-01-08 Mark WielaardSimplify code and build now that zlib support is no...
2016-01-08 Piotr DrągUpdated Polish translation
2016-01-07 Piotr DrągUpdated Polish translation
2016-01-06 Mark Wielaardelfcompress: New utility.
2016-01-06 Mark Wielaardelflint: Recognize and check SHF_COMPRESSED section...
2016-01-06 Mark Wielaardlibelf: Make elf_strptr index correctly into compressed...
2016-01-06 Mark Wielaardreadelf: Handle compressed sections and extend -z to...
2016-01-06 Mark Wielaardlibdwfl: Use elf_compress[_gnu] to decompress string...
2016-01-06 Mark Wielaardlibdw: Use elf_compress[_gnu] to uncompress debug secti...
2016-01-06 Mark Wielaardlibelf: Add elf_compress and elf_compress_gnu.
2016-01-06 Mark Wielaardreadelf: Add -z,--decompress option.
2016-01-06 Mark Wielaardlibelf: Add elf32_getchdr, elf64_getchdr and gelf_getchdr.
2016-01-06 Mark Wielaardlibdwelf: Add dwelf_scn_gnu_compressed_size.
2016-01-05 Mark Wielaardconfig: Add libelf and libdw pkg-config files.
2016-01-05 Mark Wielaardelflint: Add _edata and _end to the list of possibly...
2016-01-05 Mark Wielaardtests: elfstrmerge warn about STT_SECTION symbol for...
2016-01-05 Mark WielaardMake make more silent.
2016-01-03 Chih-Hung HsiehMove nested functions in linux-proc-maps.c to file...
2016-01-03 Chih-Hung HsiehMove nested functions in core-file.c to file scope.
2016-01-03 Chih-Hung HsiehMove nested functions check64 and check32 in link_map...
2016-01-03 Jose E. Marchesibackends: sparc: support for live backtraces
2016-01-03 Jose E. Marchesibackends: sparc: support for core backtraces
2016-01-03 Jose E. Marchesilibdwfl: make the unwinder aware of the backend defined...
2016-01-03 Jose E. Marchesilibebl: new backend attribute ra_offset.
2016-01-02 Mark Wielaardtests: Use valgrind --leak-check=full.
2016-01-02 Mark Wielaardlibdw: Don't leak duplicate FDEs.
2016-01-02 Mark Wielaardnm: If the file is ET_REL and we need Dwarf use libdwfl...
2016-01-02 Mark Wielaardnm: Don't leak duplicate Dwarf local names.
2016-01-02 Mark Wielaardunstrip: Don't leak new section data.
2016-01-02 Mark Wielaardlibdw: Don't use a FDE if it doesn't actually cover...
2016-01-02 Mark Wielaardlibdwfl: Fix memory leak in link_map.c dwfl_link_map_re...
2016-01-02 Mark Wielaardlibdwfl: Don't leak core Elf and core file descriptor...
2016-01-02 Mark Wielaardtests: Fix some memory leaks in testcases.
2016-01-02 Mark Wielaardlibdw: Don't leak fake_loc_cu.
2016-01-02 Mark Wielaardelfcmp: Fix leaking Ebl handles.
2016-01-02 Chih-Hung HsiehMove nested functions in dwfl_module_getdwarf.c to...
2016-01-02 Chih-Hung HsiehMove nested functions in dwfl_module_addrsym.c to file...
2016-01-02 Chih-Hung HsiehMove nested functions in dwarf_entry_breakpoints.c...
2016-01-02 Chih-Hung HsiehMove nested functions in libdw_visit_scopes.c to file...
2015-11-27 Mark Wielaardlibdw: Make sure Ebl is always freed from cfi frame...
2015-11-16 Dmitry V. Levinlibdw: initialize state early in read_srclines
2015-11-13 Chih-Hung HsiehNo nested functions in dwarf_getsrclines.
2015-11-13 Chih-Hung HsiehMove nested functions in gzip.c to file scope.
2015-11-13 Chih-Hung HsiehNo nested function in dwarf_getscopevar to file scope.
2015-11-03 Chih-Hung HsiehMove nested functions in dwfl_module_getsrc_file.c.
2015-11-03 Chih-Hung HsiehMove nested functions in frame_unwind.c.
2015-11-03 Chih-Hung HsiehMove nested functions in dwfl_module.c
next