summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * libelf: Fix shnum and section zero handling.Mark Wielaard2018-09-136-3/+147
| * 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-136-7/+21
| * backends: Use elf_getshdrstrndx to find .odp section in ppc64_initMark Wielaard2018-09-132-2/+8
| * backends: Always use elf_getshdrstrndx in check_special_symbol.Mark Wielaard2018-09-1313-18/+50
| * libelf: Fix some issues with ELF_C_RDWR_MMAP.Mark Wielaard2018-09-138-14/+713
| * tests: Add section attribute to defeat -freorder-blocks-and-partition.Mark Wielaard2018-09-112-0/+5
| * strip: Handle mixed allocated/non-allocated sections.Mark Wielaard2018-08-302-15/+71
| * libdw: Check end of attributes list consistently.Mark Wielaard2018-08-183-3/+10
| * libdw, readelf: Make sure there is enough data to read full aranges header.Mark Wielaard2018-08-184-0/+16
| * elflint: Fix check_sysv_hash[64] sanity checks to not overflow.Mark Wielaard2018-08-182-2/+12
| * libelf: Return error if elf_compress_gnu is used on SHF_COMPRESSED section.Mark Wielaard2018-08-183-1/+15
| * libelf: Fix documentation of elf_getshdrstrndx and elf_getshstrndx.Mark Wielaard2018-07-272-4/+9
| * unstrip: Also check sh_size in compare_unalloc_sections.Mark Wielaard2018-07-276-0/+72
| * unstrip: Handle SHT_GROUP sections in ET_REL files.Mark Wielaard2018-07-276-2/+87
| * elfcompress: Don't rewrite file if no section data needs to be updated.Mark Wielaard2018-07-242-3/+49
| * backends: add abi_cfi and set_initial_registers_tid callbacks for M68KAndreas Schwab2018-07-225-1/+153
| * elfcompress: Swap fchmod and fchown calls on new file.Mark Wielaard2018-07-222-4/+11
| * tests: Add core and strip tests for RISC-VAndreas Schwab2018-07-198-1/+162
| * Fix typo in riscv_register_infoAndreas Schwab2018-07-192-1/+5
| * Don't include sys/uio.h if we don't need itUlf Hermann2018-07-172-1/+5
| * backends: add core_note callback for RISC-VAndreas Schwab2018-07-174-1/+68
| * Remove previous test files before running the next roundUlf Hermann2018-07-172-0/+7
| * tests: Update hello_riscv64.ko test file with debuginfo.Mark Wielaard2018-07-173-1/+8
| * backends: add set_initial_registers_tid callback for RISC-VAndreas Schwab2018-07-134-1/+86
| * tests: Handle compressed sections in next_cfi testcase.Mark Wielaard2018-07-102-4/+30
| * readelf: Don't shadow index function from string.hMark Wielaard2018-07-052-7/+13
| * Consolidate error.h inclusion in system.hRoss Burton2018-07-0567-63/+116
| * Require gawk in maintainer modeRoss Burton2018-07-052-0/+8
| * config: Add upload-release.sh script.Mark Wielaard2018-07-042-0/+35
* | Add a header for eu_compat.dll, and export more functionsQtCreator4.8.1QtCreator4.8.0-rc1QtCreator4.8.0-beta2QtCreator4.8.0-beta1QtCreator4.8.04.8Ulf Hermann2018-07-253-0/+82
* | Remove bogus white space in test-subr.shUlf Hermann2018-07-241-2/+2
* | Don't install versioned DLLs on windowsUlf Hermann2018-07-245-46/+65
* | Untangle +/-1 code in __libdw_debugdirUlf Hermann2018-07-231-4/+4
* | Deal with newer libdl on windows requiring psapi.dllUlf Hermann2018-07-233-27/+42
* | 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
* | Ignore trailing CR in readelf-variant testUlf Hermann2018-07-231-1/+1
* | ranlib: unlink only after closeUlf Hermann2018-07-231-1/+1
* | Make __libdw_debugdir and __libdw_filepath portableUlf Hermann2018-07-232-2/+55
* | On PE platforms, use PATH instead of LD_LIBRARY_PATHUlf Hermann2018-07-233-8/+40
* | Don't match line endings with grep in linkmap-cut testUlf Hermann2018-07-231-2/+2
* | Disable symbol versioning for distcheckUlf Hermann2018-07-231-0/+1
* | Don't match line ending when using grep to search for error messageUlf Hermann2018-07-231-1/+1
* | Remove files before regenerating them in run-strip-g testUlf Hermann2018-07-201-0/+2
* | Refine self-test detectionUlf Hermann2018-07-206-48/+56
* | Add O_BINARY to new open() callsUlf Hermann2018-07-2013-15/+15
* | Update gnulib modules, replacing canonicalize with canonicalize-lgplUlf Hermann2018-07-20385-6559/+5688
* | ar.c: Make sure we always close any fd before unlink or renameUlf Hermann2018-07-201-15/+22
* | Don't include sys/uio.h if we don't need itUlf Hermann2018-07-191-1/+1