summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-0845-5150/+5700
|\
| * Prepare for 0.169.elfutils-0.169Mark Wielaard2017-05-0513-5079/+5189
| * Make elf section sorting more deterministicUlf Hermann2017-05-032-1/+13
| * Don't look for kernel version if not running on linuxUlf Hermann2017-05-022-0/+13
| * Add frame pointer unwinding for aarch64 and relax backtrace testcases.Ulf Hermann2017-05-0211-2/+145
| * Add i386 frame pointer unwinder.Mark Wielaard2017-05-029-3/+135
| * Add frame pointer unwinding as fallback on x86_64Ulf Hermann2017-05-029-1/+133
| * tests: Add core backtracegen check and regen ppc32 backtrace testfiles.Mark Wielaard2017-05-025-0/+30
| * Revert "Optionally allow unknown symbols in the backtrace tests"Mark Wielaard2017-05-023-31/+17
| * Avoid double-including config.hUlf Hermann2017-05-0262-11/+291
| * 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-028-33/+54
| * Fix nesting of bracesUlf Hermann2017-04-282-1/+5
| * On elf_update, remember when we mmap()Ulf Hermann2017-04-282-0/+6
| * Avoid signed/unsigned comparisonUlf Hermann2017-04-272-1/+5
| * Include strings.h to make ffs availableUlf Hermann2017-04-272-0/+5
| * Protect against integer overflow on shnumUlf Hermann2017-04-274-19/+33
| * Add EXEEXT to gendisUlf Hermann2017-04-262-3/+7
| * Include endian.h when handling BYTE_ORDERUlf Hermann2017-04-262-0/+5
| * Add missing entries to .gitignoreUlf Hermann2017-04-262-0/+6
| * Avoid YESSTR and NOSTRUlf Hermann2017-04-265-21/+32
| * Don't use comparison_fn_tUlf Hermann2017-04-262-2/+6
| * Clean up linux-specific system includesUlf Hermann2017-04-2613-14/+35
| * Include sys/types.h before fts.hUlf Hermann2017-04-252-1/+9
| * libelf: Initialize n to zero in elf_getarsym.Mark Wielaard2017-04-192-1/+5
* | Add frame pointer unwinding as fallback on armUlf Hermann2017-05-084-1/+102
* | Make ranlib work on windowsUlf Hermann2017-05-081-3/+26
* | Drop file name truncation and date preservation from ar.cUlf Hermann2017-05-081-28/+1
* | Use trees rather than hashes in ar.cUlf Hermann2017-05-082-33/+48
* | Make strip compile on windowsUlf Hermann2017-05-081-39/+9
* | Make elfcompress compile on windowsUlf Hermann2017-05-081-1/+4
* | Define uid_t and gid_t in system-elf-libelf-test.c if necessaryUlf Hermann2017-05-082-0/+9
* | Remove previous test files before running the next roundUlf Hermann2017-05-082-0/+7
* | Correctly determine STACKCMD on windowsUlf Hermann2017-05-084-0/+21
* | Use octal numbers rather than permission macrosUlf Hermann2017-05-087-10/+21
* | Write to /dev/null rather than /dev/zeroUlf Hermann2017-05-082-1/+5
* | Make unstrip compile on windowsUlf Hermann2017-05-082-1/+6
* | Cast pid_t to long long when printingUlf Hermann2017-05-082-11/+15
* | Increase stack usage limit to 512kUlf Hermann2017-05-082-2/+6
* | Generalize msvc frontent .lib generationUlf Hermann2017-05-081-1/+8
* | Provide build rules for a compatibility libraryUlf Hermann2017-05-085-2/+51
* | Provide a windows-specific ORIGIN_PATH for eblopenbackendUlf Hermann2017-05-082-0/+9
* | Make readelf compile on windowsUlf Hermann2017-05-081-1/+4
* | Drop the trickery in printversion.hUlf Hermann2017-05-082-7/+8
* | Close files before renaming or unlinking themUlf Hermann2017-05-0811-8/+43
* | Adapt debug info fstat check for windowsUlf Hermann2017-05-082-0/+14
* | Use OS-specific pathsUlf Hermann2017-05-0820-100/+171
* | Have diff ignore line ending differences when testingUlf Hermann2017-05-085-7/+14
* | Open files in O_BINARYUlf Hermann2017-05-0886-122/+226
* | Workaround compiler not seeing assert(false)Ulf Hermann2017-05-081-0/+1