aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2019-08-09Add support for a MIPS specific .MIPS.xhash section.Mihailo Stojanovic2-4/+58
2019-08-09Arm: Skip tests on WINCE that require mapping symbolsTamar Christina5-0/+11
2019-08-08Change the output of readelf's note display so that the "Data size" column he...Nick Clifton25-24/+53
2019-08-08Fix problem building PE DLL test generator with compilers that do not support...Nick Clifton2-1/+7
2019-08-08readelf: mask unknown description data bytes.Jordan Rupprecht via binutils2-1/+5
2019-08-08Integer overflows in readelf get_dataAlan Modra2-8/+10
2019-08-07Improve the formatting of the title strings of the binutils manual pages.Nick Clifton2-18/+25
2019-08-07Fix the binutils test for .NET assembly support so that it distinguishing bet...Omair Majid3-47/+110
2019-08-07PR24876, readelf: heap-buffer-overflow in dump_ia64_unwindAlan Modra2-1/+8
2019-08-05Fix objcopy's note merging capabilities so that they no longer insist on the ...Nick Clifton2-11/+16
2019-08-05Catch potential integer overflow in readelf when processing corrupt binaries.Nick Clifton2-1/+7
2019-08-02PR24871, readelf segv in dump_ia64_unwindAlan Modra2-7/+21
2019-07-29Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska2-3/+27
2019-07-26PR24798, buffer overflow in process_cu_tu_indexAlan Modra2-29/+32
2019-07-25Fix attributation of DWARF augmentation patch.Nick Clifton1-1/+1
2019-07-25Have readelf and objdump display the contents of the DWARF augmentation data ...Tom de Vries2-1/+27
2019-07-25Stop an illegal memory access by readelf when parsing a corrupt MIPS binary f...Nick Clifton2-4/+41
2019-07-24Fix ar so that it can correctly detect non-dash prefixed options that appear ...Nick Clifton2-1/+19
2019-07-23Fix objdump's display of indirect strings in object files, which was broken b...Nick Clifton3-6/+10
2019-07-23SHF_GNU_MBIND requires ELFOSABI_GNUAlan Modra2-43/+66
2019-07-23binutils testsuite test for ELF32 vs ELF64Alan Modra2-2/+7
2019-07-23Allow objdump to recognise the System.Runtime.dll files that get shipped with...Omar Majid5-16/+251
2019-06-28Prevent attempts to allocate excessive amounts of memory when parsing corrupt...Nick Clifton2-2/+7
2019-06-28Prevent an attempt to allocate an excessive amount of memory when dumping the...Nick Clifton2-1/+22
2019-06-26Ensure that when attempting to process an ARM Mach-O file with unknown relocs...Nick Clifton2-2/+17
2019-06-25readelf: avoid shadowing a libiberty symbolJan Beulich2-2/+7
2019-06-25objdump: avoid shadowing a libiberty symbolJan Beulich2-2/+7
2019-06-14Regenerate with approved autotools versionAlan Modra4-15/+19
2019-06-12Add support for NetBSD PaX notes to readelf.Christos Zoulas2-15/+39
2019-06-12Add support for NetBSD/sh3 core reg sections to readelf.Christos Zoulas2-0/+23
2019-06-12Add support to readelf to display NetBSD auxv notes in core files.Christos Zoulas2-10/+27
2019-06-11Add support for reporting Alpha and Vax symbol visibility in readelf.Christos Zoulas2-0/+25
2019-06-11Fix an unitinitalised local variable in decode_arm_unwind().Christos Zoulas2-0/+11
2019-06-10Fix printing large decimal values in strings.Nick Clifton2-2/+8
2019-06-10Tidy up ar_open by using asprintf to replace xmalloc and sprintf.Christos Zoulas2-2/+15
2019-06-03Revert patch that disables building libctf for non-ELF based targets.Nick Clifton9-150/+28
2019-05-31libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi3-6/+6
2019-05-30Harmonize readelf's output for version sections.Nick Clifton2-2/+8
2019-05-30s12z genelf.emAlan Modra2-3/+9
2019-05-30Support tcl procedure calls in run_dump_test xfailAlan Modra2-1/+9
2019-05-29Update release tools with libctf support.Nick Clifton2-1/+6
2019-05-29Do not build libctf for targets that do not use the ELF file format.Nick Clifton9-13/+164
2019-05-28Add libctf to top-level MAINTAINERS; add myself as CTF maintainer.Nick Alcock2-0/+5
2019-05-28binutils: CTF support for objdump and readelfNick Alcock10-27/+480
2019-05-27readelf group errors/warningsAlan Modra2-1/+6
2019-05-24aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy2-0/+26
2019-05-24PowerPC add initial -mfuture instruction supportPeter Bergner2-1/+6
2019-05-23binutils: add myself as the maintainer for BPFJose E. Marchesi2-0/+5
2019-05-23binutils: add support for eBPFJose E. Marchesi3-1/+19
2019-05-21AArch64: Add SVE DWARF registersTamar Christina4-3/+44