aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2019-09-10Enhance the disassembler so that it will reliably determine whether a reloc a...Nick Clifton2-15/+45
2019-09-09Add markers for 2.33 branch to NEWS and ChangeLog files.Phil Blundell4-0/+8
2019-09-06bfd_get_filenameAlan Modra3-22/+33
2019-08-29Tidy check_uvalueAlan Modra2-8/+5
2019-08-28Add an option to objcopy to change the alignment of sections.Niklas G?rtler4-6/+72
2019-08-28Add a --source-comment=<text> option to objdump which provides a prefix to di...Nick Clifton5-1/+83
2019-08-27Improve the DWARF decoder's ability to describe the DW_AT_discr_list attribute.Nick Clifton4-74/+443
2019-08-26PR24938, Null Pointer Dereference in debug.c:debug_write_typeAlan Modra2-2/+9
2019-08-23Prevent a potential illegal memory access in the DWARF parser when processing...Nick Clifton2-30/+48
2019-08-22oops - omitted changelog entry from previous delta.Nick Clifton1-0/+6
2019-08-22Prevent a floating point exception in the dwarf parser when a CU or TU table ...Nick Clifton1-5/+6
2019-08-19PR24898, An out-of-bounds read occured in display_dataAlan Modra2-6/+12
2019-08-17PR24911, Heap overflow issue in qsort_r, dwarf.cAlan Modra2-2/+7
2019-08-16PR24909, Uninitialized use on stack in readelfAlan Modra2-6/+9
2019-08-15Add a description of the 'n' symbol type displayed by nm.Nick Clifton2-1/+9
2019-08-15Correct a typo in the documentation for the disassembler.Christophe Vidal2-1/+6
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