summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* strip: Close debug file before unlinking it on errorQtCreator4.9.2QtCreator4.9.1QtCreator4.9.0-rc1QtCreator4.9.0-beta2QtCreator4.9.0-beta1QtCreator4.9.0QtCreator4.10.2QtCreator4.10.1QtCreator4.10.0-rc1QtCreator4.10.0-beta2QtCreator4.10.0-beta1QtCreator4.10.04.94.10Ulf Hermann2019-01-181-2/+2
* strip: unlink() debug file before rename()ing into itUlf Hermann2019-01-181-0/+1
* Merge tag 'elfutils-0.175'Ulf Hermann2019-01-0910-394/+982
|\
| * elflint: Allow PT_GNU_EH_FRAME segment to match SHT_X86_64_UNWIND section.Mark Wielaard2018-11-132-2/+9
| * strip: Also handle gnu compressed debug sections with --reloc-debug-sectionsMark Wielaard2018-11-132-6/+28
| * Handle GNU Build Attribute ELF Notes.Mark Wielaard2018-11-133-2/+35
| * Recognize NT_VERSION notes.Mark Wielaard2018-11-133-6/+29
| * libdwelf: New function dwelf_elf_begin.Mark Wielaard2018-11-092-5/+10
| * strip: Add --reloc-debug-sections-only option.Mark Wielaard2018-11-062-6/+160
| * strip: Extract code to update shdrstrndx into new common function.Mark Wielaard2018-11-062-45/+54
| * strip: Split out debug section relocation into separate helper functions.Mark Wielaard2018-11-062-249/+299
| * strip: Always copy over any phdrs if there are any.Mark Wielaard2018-11-062-28/+48
| * unstrip: Add ELF_CHECK to make sure gelf_getehdr () doesn't return NULL.Mark Wielaard2018-11-022-0/+6
| * Recognize and parse GNU Property notes.Mark Wielaard2018-10-293-2/+12
| * addr2line: Use elf_getshdrstrndx not Ehdr field to print section name.Mark Wielaard2018-10-242-3/+8
| * readelf: Use shstrndx to lookup section names.Mark Wielaard2018-10-242-35/+68
| * readelf: Make sure readp is smaller than cieend in print_debug_frame_section.Mark Wielaard2018-10-201-2/+10
| * 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-202-1/+33
| * size: Handle recursive ELF ar files.Mark Wielaard2018-10-202-2/+8
| * arlib: Check that sh_entsize isn't zero.Mark Wielaard2018-10-202-0/+7
| * ar: Assume epoch if ar_date is bogus.Mark Wielaard2018-10-202-2/+12
| * findtextrel: Check that sh_entsize isn't zero.Mark Wielaard2018-10-202-10/+17
| * readelf: Handle multiple .debug_macro sections and decode header flag.Mark Wielaard2018-10-192-3/+34
| * unstrip: Renumber the group section indexes.Mark Wielaard2018-10-192-0/+18
| * strip, unstrip: Handle SHT_GROUP correctly.Mark Wielaard2018-10-173-8/+76
| * Handle ADD/SUB relocationsAndreas Schwab2018-10-132-4/+23
* | Merge tag 'elfutils-0.174'Ulf Hermann2018-10-1118-74/+335
|\|
| * readelf: Use elf_getshdrnum in print_shdr and print_phdr.Mark Wielaard2018-09-142-5/+25
| * strip,unstrip: Use and set shdrstrndx consistently.Mark Wielaard2018-09-143-5/+66
| * elflint: Use shnum and shstrndx instead of ehdr field directly.Mark Wielaard2018-09-142-3/+10
| * elfcmp: Get, check and shdrstrndx for section names.Mark Wielaard2018-09-132-2/+22
| * libebl: Use elf_getshdrstrndx in ebl_section_strip_p.Mark Wielaard2018-09-133-4/+9
| * backends: Always use elf_getshdrstrndx in check_special_symbol.Mark Wielaard2018-09-132-2/+7
| * strip: Handle mixed allocated/non-allocated sections.Mark Wielaard2018-08-302-15/+71
| * libdw, readelf: Make sure there is enough data to read full aranges header.Mark Wielaard2018-08-182-0/+7
| * elflint: Fix check_sysv_hash[64] sanity checks to not overflow.Mark Wielaard2018-08-182-2/+12
| * unstrip: Also check sh_size in compare_unalloc_sections.Mark Wielaard2018-07-272-0/+10
| * unstrip: Handle SHT_GROUP sections in ET_REL files.Mark Wielaard2018-07-272-1/+9
| * elfcompress: Don't rewrite file if no section data needs to be updated.Mark Wielaard2018-07-242-3/+49
| * elfcompress: Swap fchmod and fchown calls on new file.Mark Wielaard2018-07-222-4/+11
| * readelf: Don't shadow index function from string.hMark Wielaard2018-07-052-7/+13
| * Consolidate error.h inclusion in system.hRoss Burton2018-07-0518-19/+24
* | Deal with newer libdl on windows requiring psapi.dllUlf Hermann2018-07-231-9/+16
* | On PE platforms, set PATH rather than LD_LIBRARY_PATH for installcheckUlf Hermann2018-07-231-1/+7
* | readlink: unlink temporary files after closing them, and avoid TMPDIRUlf Hermann2018-07-231-11/+16
* | ranlib: unlink only after closeUlf Hermann2018-07-231-1/+1
* | Add O_BINARY to new open() callsUlf Hermann2018-07-201-1/+1
* | ar.c: Make sure we always close any fd before unlink or renameUlf Hermann2018-07-201-15/+22
* | Eliminate trees from ar.cUlf Hermann2018-07-171-91/+41