summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'elfutils-0.175'Ulf Hermann2019-01-091-0/+149
|\
| * elflint: Allow PT_GNU_EH_FRAME segment to match SHT_X86_64_UNWIND section.Mark Wielaard2018-11-131-0/+5
| * strip: Also handle gnu compressed debug sections with --reloc-debug-sectionsMark Wielaard2018-11-131-0/+5
| * Handle GNU Build Attribute ELF Notes.Mark Wielaard2018-11-131-0/+8
| * Recognize NT_VERSION notes.Mark Wielaard2018-11-131-0/+7
| * libdwelf: New function dwelf_elf_begin.Mark Wielaard2018-11-091-2/+5
| * strip: Add --reloc-debug-sections-only option.Mark Wielaard2018-11-061-0/+11
| * strip: Extract code to update shdrstrndx into new common function.Mark Wielaard2018-11-061-0/+5
| * strip: Split out debug section relocation into separate helper functions.Mark Wielaard2018-11-061-0/+7
| * strip: Always copy over any phdrs if there are any.Mark Wielaard2018-11-061-0/+6
| * unstrip: Add ELF_CHECK to make sure gelf_getehdr () doesn't return NULL.Mark Wielaard2018-11-021-0/+5
| * Recognize and parse GNU Property notes.Mark Wielaard2018-10-291-0/+7
| * addr2line: Use elf_getshdrstrndx not Ehdr field to print section name.Mark Wielaard2018-10-241-0/+5
| * readelf: Use shstrndx to lookup section names.Mark Wielaard2018-10-241-0/+21
| * readelf: Make sure readp is smaller than cieend in print_debug_frame_section.Mark Wielaard2018-10-201-0/+5
| * Check sh_entsize is not zero.Mark Wielaard2018-10-201-0/+7
| * size: Handle recursive ELF ar files.Mark Wielaard2018-10-201-0/+4
| * arlib: Check that sh_entsize isn't zero.Mark Wielaard2018-10-201-0/+4
| * ar: Assume epoch if ar_date is bogus.Mark Wielaard2018-10-201-0/+4
| * findtextrel: Check that sh_entsize isn't zero.Mark Wielaard2018-10-201-0/+4
| * readelf: Handle multiple .debug_macro sections and decode header flag.Mark Wielaard2018-10-191-0/+6
| * unstrip: Renumber the group section indexes.Mark Wielaard2018-10-191-0/+4
| * strip, unstrip: Handle SHT_GROUP correctly.Mark Wielaard2018-10-171-0/+12
| * Handle ADD/SUB relocationsAndreas Schwab2018-10-131-0/+4
* | 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