summaryrefslogtreecommitdiffstats
path: root/libelf
Commit message (Expand)AuthorAgeFilesLines
* Split the "selfcontained" configure option in twoHEADQtCreator4.15.1QtCreator4.15.0-rc1QtCreator4.15.0-beta2QtCreator4.15.0-beta1QtCreator4.15.0QtCreator4.14.2QtCreator4.14.1QtCreator4.14.0-rc1QtCreator4.14.0-beta2QtCreator4.14.0-beta1QtCreator4.14.0QtCreator4.13.3QtCreator4.13.2QtCreator4.13.1QtCreator4.13.0-rc1QtCreator4.13.0-beta2QtCreator4.13.0-beta1QtCreator4.13.0QtCreator4.12.4QtCreator4.12.3QtCreator4.12.2QtCreator4.12.1QtCreator4.12.0-rc1QtCreator4.12.0-beta2QtCreator4.12.0-beta1QtCreator4.12.0QtCreator4.11.2QtCreator4.11.0-rc1QtCreator4.11.0-beta2QtCreator4.11.0-beta1QtCreator4.11.0master5.04.154.144.134.124.1112.011.010.0Ulf Hermann2019-08-261-10/+10
* Use file-based ELF update strategy if posix_fallocate is absentUlf Hermann2019-01-181-2/+2
* Merge tag 'elfutils-0.175'Ulf Hermann2019-01-0912-53/+206
|\
| * libelf: Mark both fsize and msize with const attribute.Mark Wielaard2018-11-162-2/+7
| * libelf: Correctly setup alignment of SHF_COMPRESSED section data.Mark Wielaard2018-11-133-4/+17
| * strip: Also handle gnu compressed debug sections with --reloc-debug-sectionsMark Wielaard2018-11-132-3/+8
| * Handle GNU Build Attribute ELF Notes.Mark Wielaard2018-11-132-0/+30
| * libelf: Explicitly update section data after (de)compression.Mark Wielaard2018-11-093-1/+15
| * Recognize and parse GNU Property notes.Mark Wielaard2018-10-2911-43/+129
* | Merge tag 'elfutils-0.174'Ulf Hermann2018-10-116-18/+100
|\|
| * libelf: Fix shnum and section zero handling.Mark Wielaard2018-09-133-1/+40
| * libelf: Fix some issues with ELF_C_RDWR_MMAP.Mark Wielaard2018-09-133-11/+35
| * 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
* | Don't install versioned DLLs on windowsUlf Hermann2018-07-241-11/+15
* | Merge tag 'elfutils-0.173'Ulf Hermann2018-07-1310-50/+369
|\|
| * libelf: Don't return unaligned data returned from elf_getdata[_rawchunk].Mark Wielaard2018-06-224-10/+9
| * libelf: Sync elf.h from glibc.Mark Wielaard2018-06-212-1/+8
| * libelf: Sync elf.h from glibcAndreas Schwab2018-04-232-12/+63
| * libelf: Sync elf.h from glibc.Mark Wielaard2018-02-172-2/+98
| * Use fallthrough attribute.Joshua Watt2018-02-104-4/+12
| * libelf: Don't error out when sanity checking e_shoff if scncnt is zero.Mark Wielaard2017-10-132-2/+7
| * libelf: Add ELF_E_INVALID_ELF error value.Mark Wielaard2017-10-135-23/+78
| * Make sure packed structs follow the gcc memory layoutUlf Hermann2017-09-202-1/+5
| * Check if gcc complains about __attribute__ (visibility(..))Ulf Hermann2017-08-182-1/+5
| * Check for -z,defs, -z,relro, -fPIC, -fPIE before using themUlf Hermann2017-08-182-3/+7
| * libelf: Sync elf.h from glibc.Mark Wielaard2017-08-152-3/+97
* | Merge tag 'elfutils-0.170'Ulf Hermann2017-08-173-5/+22
|\|
| * ppc64: Add HTM SPRs support to readelfGustavo Romero2017-07-252-0/+5
| * Unify linking of libasm, libelf, libdw, backendsUlf Hermann2017-07-242-5/+17
* | Merge tag 'elfutils-0.169'QtCreator4.5.1QtCreator4.5.0-rc1QtCreator4.5.0QtCreator4.4.1QtCreator4.4.0-rc1QtCreator4.4.0-beta1QtCreator4.4.04.54.4Ulf Hermann2017-05-082-5/+9
|\|
| * Avoid double-including config.hUlf Hermann2017-05-022-4/+4
| * Use F_GETFD rather than F_GETFL to check validity of file descriptorUlf Hermann2017-05-022-1/+5
| * Make __attribute__ conditional in all installed headersUlf Hermann2017-05-022-7/+36
| * On elf_update, remember when we mmap()Ulf Hermann2017-04-282-0/+6
| * libelf: Initialize n to zero in elf_getarsym.Mark Wielaard2017-04-192-1/+5
* | Open files in O_BINARYUlf Hermann2017-05-082-1/+5
* | Skip fchown, fchmod, fadvise, fallocate if functions are unavailableUlf Hermann2017-05-042-0/+9
* | Add a "selfcontained" mode to provide missing headers on windowsUlf Hermann2017-05-021-1/+8
* | Drop __BEGIN_DECLS and __END_DECLS from elf.hUlf Hermann2017-05-021-3/+7
* | Make sure packed structs follow the gcc memory layoutUlf Hermann2017-05-021-1/+1
* | Generate .lib files on PE platformsUlf Hermann2017-05-021-3/+24
* | Generalize library namesUlf Hermann2017-04-282-14/+17
* | Check if we need -lintl for linking gettextUlf Hermann2017-04-281-1/+1
* | Check if gcc complains about __attribute__ (visibility(..))Ulf Hermann2017-04-282-1/+5
* | Check for -z,defs, -z,relro, -fPIC, -fPIE before using themUlf Hermann2017-04-282-3/+7
* | Drop handrolled or #ifdef'ed libc replacementsUlf Hermann2017-04-283-19/+5
* | Add gnulib modules to replace missing libc functionalityUlf Hermann2017-04-272-0/+7
* | On elf_update, remember when we mmap()Ulf Hermann2017-04-262-0/+6
* | Avoid double-including config.hUlf Hermann2017-04-262-4/+4