summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'elfutils-0.176' into mjw/RH-DTSdts-0.176Mark Wielaard2019-03-0762-870/+1842
|\
| * s390: elflint should check if _GLOBAL_OFFSET_TABLE_ points to .got.elfutils-0.176Mark Wielaard2019-02-153-0/+44
| * Prepare for 0.176Mark Wielaard2019-02-1412-691/+804
| * libelf: Make sure ar_size is terminated when reading ar long names.Mark Wielaard2019-02-142-4/+23
| * libdw: Check there is enough space for CU 64bit length, version and type.Mark Wielaard2019-02-012-3/+20
| * readelf: Check there is enough data to read DWARF line opcodes arguments.Mark Wielaard2019-02-011-4/+14
| * configure: Add new --enable-install-elfh option.Mark Wielaard2019-01-316-4/+41
| * tests: Remove assert (errno == 0) from tests.Mark Wielaard2019-01-314-17/+10
| * tests: parse inode in /proc/pid/maps/correctly in run-backtrace-data.shYonghong Song2019-01-312-1/+6
| * libebl: Check GNU property note data padding fits inside note.Mark Wielaard2019-01-302-8/+14
| * libdwfl: parse inode in /proc/pid/maps correctlyYonghong Song2019-01-292-1/+6
| * tests: Use separate files for strip outputsUlf Hermann2019-01-243-28/+51
| * strip: Fix check test for SHN_XINDEX symbol.Mark Wielaard2019-01-244-10/+39
| * readelf: Don't go past end of line data reading unknown opcode parameters.Mark Wielaard2019-01-222-1/+7
| * libdw: Check terminating NUL byte in dwarf_getsrclines for dir/file table.Mark Wielaard2019-01-224-5/+24
| * libdwfl: Sanity check partial core file dyn data read.Mark Wielaard2019-01-222-0/+11
| * libebl: Check NT_PLATFORM core notes contain a zero terminated string.Mark Wielaard2019-01-167-26/+42
| * libelf: Correct overflow check in note_xlate.Mark Wielaard2019-01-162-2/+7
| * libebl: Check GNU property note pr_datasz fits inside note description.Mark Wielaard2019-01-162-0/+11
| * Skip run-readelf-compressed.sh test if built without bzip2Ulf Hermann2019-01-132-0/+9
| * RISC-V: Add untested 32-bit core file support.Jim Wilson2019-01-135-14/+53
| * RISC-V: Add initial return value location support.Jim Wilson2019-01-104-2/+269
| * RISC-V: Improve riscv64 core file support.Jim Wilson2019-01-084-18/+34
| * libebl: Fix reading GNU_PROPERTY_STACK_SIZE reading from 32bit notes.Mark Wielaard2018-12-039-5/+134
| * tests: Improve backtrace-data SKIP message.Mark Wielaard2018-11-283-2/+11
| * libdwfl: Fix relocation overlap sanity check.Mark Wielaard2018-11-232-32/+53
| * libdw: Enable building with -Og.Mark Wielaard2018-11-233-2/+7
| * tests: Call test_cleanup in backtrace-subr.sh check_unsupported.Mark Wielaard2018-11-212-0/+6
| * libelf: Get alignment correct when calling conversion functions.Mark Wielaard2018-11-216-7/+105
| * Add -Wtrampolines to CFLAGS.Mark Wielaard2018-11-212-1/+5
| * config/upload-release.sh: Need to make before make dist.Mark Wielaard2018-11-161-1/+1
* | Merge tag 'elfutils-0.175' into mjw/RH-DTSdts-0.175Mark Wielaard2019-01-1198-3308/+6019
|\|
| * Update upload-release.sh script and po files.elfutils-0.175Mark Wielaard2018-11-166-15/+43
| * libelf: Mark both fsize and msize with const attribute.Mark Wielaard2018-11-162-2/+7
| * libebl: Don't update w, t and len unnecessarily in ebl_object_note_type_name.Mark Wielaard2018-11-152-5/+8
| * Prepare for 0.175Mark Wielaard2018-11-148-2765/+3113
| * elflint: Allow PT_GNU_EH_FRAME segment to match SHT_X86_64_UNWIND section.Mark Wielaard2018-11-132-2/+9
| * 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-136-9/+47
| * Handle GNU Build Attribute ELF Notes.Mark Wielaard2018-11-1311-6/+308
| * Recognize NT_VERSION notes.Mark Wielaard2018-11-139-11/+79
| * libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLEMark Wielaard2018-11-096-1/+43
| * libdwelf: New function dwelf_elf_begin.Mark Wielaard2018-11-0914-16/+174
| * backends: Add x86_64 section_type_name for SHT_X86_64_UNWIND.Mark Wielaard2018-11-093-2/+20
| * Also find CFI in sections of type SHT_X86_64_UNWINDMilian Wolff2018-11-092-1/+5
| * libelf: Explicitly update section data after (de)compression.Mark Wielaard2018-11-0910-2/+139
| * strip: Add --reloc-debug-sections-only option.Mark Wielaard2018-11-064-6/+175
| * 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