summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'elfutils-0.174'Ulf Hermann2018-10-111-0/+83
|\
| * readelf: Use elf_getshdrnum in print_shdr and print_phdr.Mark Wielaard2018-09-141-0/+5
| * strip,unstrip: Use and set shdrstrndx consistently.Mark Wielaard2018-09-141-0/+7
| * elflint: Use shnum and shstrndx instead of ehdr field directly.Mark Wielaard2018-09-141-0/+7
| * elfcmp: Get, check and shdrstrndx for section names.Mark Wielaard2018-09-131-0/+4
| * libebl: Use elf_getshdrstrndx in ebl_section_strip_p.Mark Wielaard2018-09-131-0/+5
| * backends: Always use elf_getshdrstrndx in check_special_symbol.Mark Wielaard2018-09-131-0/+5
| * strip: Handle mixed allocated/non-allocated sections.Mark Wielaard2018-08-301-0/+6
| * libdw, readelf: Make sure there is enough data to read full aranges header.Mark Wielaard2018-08-181-0/+5
| * elflint: Fix check_sysv_hash[64] sanity checks to not overflow.Mark Wielaard2018-08-181-0/+7
| * unstrip: Also check sh_size in compare_unalloc_sections.Mark Wielaard2018-07-271-0/+4
| * unstrip: Handle SHT_GROUP sections in ET_REL files.Mark Wielaard2018-07-271-0/+4
| * elfcompress: Don't rewrite file if no section data needs to be updated.Mark Wielaard2018-07-241-0/+7
| * elfcompress: Swap fchmod and fchown calls on new file.Mark Wielaard2018-07-221-0/+4
| * readelf: Don't shadow index function from string.hMark Wielaard2018-07-051-0/+6
| * Consolidate error.h inclusion in system.hRoss Burton2018-07-051-0/+19
* | Merge tag 'elfutils-0.173'Ulf Hermann2018-07-131-4/+534
|\|
| * libdw: Add dwarf_next_lines to read .debug_line tables without CUs.Mark Wielaard2018-06-291-0/+6
| * libdw, readelf: Don't handle DW_FORM_data16 as expression block/location.Mark Wielaard2018-06-171-0/+5
| * readelf: Check there are at least 4 bytes available for DWARF_FORM_block4.Mark Wielaard2018-06-171-0/+5
| * readelf: Make sure print_form_data always consumes DW_FORM_strx[1234] data.Mark Wielaard2018-06-171-0/+5
| * readelf: While printing .debug_loc make sure that next_off doesn't overflow.Mark Wielaard2018-06-161-0/+5
| * readelf: Handle signedness of DW_FORM_implicit_const and DW_AT_const_value.Mark Wielaard2018-06-151-0/+7
| * readelf: Return correct readp (or readendp) from print_form_data.Mark Wielaard2018-06-111-0/+5
| * readelf: Fix bounds check in print_form_data.Mark Wielaard2018-06-111-0/+5
| * readelf: Calculate max_entries instead of needed bytes (and overflowing).Mark Wielaard2018-06-111-0/+7
| * readelf, libdw: Handle too many directories or files in the line table better.Mark Wielaard2018-06-101-0/+5
| * readelf: Turn format_print_dwarf into print_dwarf_addr.Mark Wielaard2018-06-091-0/+20
| * readelf: Always initialize .debug_addr unit_length, even without a header.Mark Wielaard2018-06-081-0/+5
| * readelf: Set begin properly for DW_LLE_GNU_start_end_entry on addrx failure.Mark Wielaard2018-06-081-0/+5
| * readelf: Don't leak lengths array when detecting an invalid hash chain.Mark Wielaard2018-06-081-0/+6
| * readelf: Make room for DW_MACRO_hi_user opcode if used.Mark Wielaard2018-06-081-0/+5
| * readelf: Lookup "no" translation for no_str, not "yes".Mark Wielaard2018-06-071-0/+6
| * readelf: Don't allocate string with asprintf, but reuse buffer with sprintf.Mark Wielaard2018-06-041-0/+20
| * readelf: Lookup gettext "yes" and "no" only once.Mark Wielaard2018-06-041-0/+7
| * readelf: Call __fsetlocking (stdout, FSETLOCKING_BYCALLER).Mark Wielaard2018-06-041-0/+4
| * libdw: Try both the relative and absolute paths when finding a .dwo file.Mark Wielaard2018-06-011-0/+5
| * readelf: Fix .debug_types printing with implicit section_info.Mark Wielaard2018-06-011-0/+9
| * readelf: Deal with combined normal and split dwarf DebugFission .debug_loc.Mark Wielaard2018-06-011-0/+5
| * readelf: Use correct listptr when looking up next loc for locview attr.Mark Wielaard2018-05-311-0/+5
| * libdw: Don't crash on invalid die in dwarf_dieoffset.Mark Wielaard2018-05-311-0/+4
| * readelf, libdw: Add GNU DebugFission .debug_loc support.Mark Wielaard2018-05-311-0/+5
| * readelf: Fix regression with multiple files and implicit debug_info reading.Mark Wielaard2018-05-311-0/+5
| * libdw: Fix memory corruption in libdw_find_split_unit.Mark Wielaard2018-05-301-0/+5
| * readelf: Handle .debug_str_offsets.Mark Wielaard2018-05-301-0/+9
| * readelf handle .debug_addr section.Mark Wielaard2018-05-301-0/+12
| * libdw: Handle .debug_loclists in dwarf_getlocation.Mark Wielaard2018-05-301-0/+5
| * readelf: Handle .debug_loclists.Mark Wielaard2018-05-291-0/+19
| * readelf: Find skeleton units when inspecting split .dwo (--dwarf-skeleton).Mark Wielaard2018-05-281-0/+14
| * libdw: Handle .debug_rnglists in dwarf_ranges.Mark Wielaard2018-05-281-1/+2