summaryrefslogtreecommitdiff
path: root/binutils
Commit message (Expand)AuthorAgeFilesLines
* Re: Enhance the disassemblerAlan Modra2019-09-112-4/+13
* Enhance the disassembler so that it will reliably determine whether a reloc a...Nick Clifton2019-09-102-15/+45
* Add markers for 2.33 branch to NEWS and ChangeLog files.Phil Blundell2019-09-094-0/+8
* bfd_get_filenameAlan Modra2019-09-063-22/+33
* Tidy check_uvalueAlan Modra2019-08-292-8/+5
* Add an option to objcopy to change the alignment of sections.Niklas G?rtler2019-08-284-6/+72
* Add a --source-comment=<text> option to objdump which provides a prefix to di...Nick Clifton2019-08-285-1/+83
* Improve the DWARF decoder's ability to describe the DW_AT_discr_list attribute.Nick Clifton2019-08-274-74/+443
* PR24938, Null Pointer Dereference in debug.c:debug_write_typeAlan Modra2019-08-262-2/+9
* Prevent a potential illegal memory access in the DWARF parser when processing...Nick Clifton2019-08-232-30/+48
* oops - omitted changelog entry from previous delta.Nick Clifton2019-08-221-0/+6
* Prevent a floating point exception in the dwarf parser when a CU or TU table ...Nick Clifton2019-08-221-5/+6
* PR24898, An out-of-bounds read occured in display_dataAlan Modra2019-08-192-6/+12
* PR24911, Heap overflow issue in qsort_r, dwarf.cAlan Modra2019-08-172-2/+7
* PR24909, Uninitialized use on stack in readelfAlan Modra2019-08-162-6/+9
* Add a description of the 'n' symbol type displayed by nm.Nick Clifton2019-08-152-1/+9
* Correct a typo in the documentation for the disassembler.Christophe Vidal2019-08-152-1/+6
* Add support for a MIPS specific .MIPS.xhash section.Mihailo Stojanovic2019-08-092-4/+58
* Arm: Skip tests on WINCE that require mapping symbolsTamar Christina2019-08-095-0/+11
* Change the output of readelf's note display so that the "Data size" column he...Nick Clifton2019-08-0825-24/+53
* Fix problem building PE DLL test generator with compilers that do not support...Nick Clifton2019-08-082-1/+7
* readelf: mask unknown description data bytes.Jordan Rupprecht via binutils2019-08-082-1/+5
* Integer overflows in readelf get_dataAlan Modra2019-08-082-8/+10
* Improve the formatting of the title strings of the binutils manual pages.Nick Clifton2019-08-072-18/+25
* Fix the binutils test for .NET assembly support so that it distinguishing bet...Omair Majid2019-08-073-47/+110
* PR24876, readelf: heap-buffer-overflow in dump_ia64_unwindAlan Modra2019-08-072-1/+8
* Fix objcopy's note merging capabilities so that they no longer insist on the ...Nick Clifton2019-08-052-11/+16
* Catch potential integer overflow in readelf when processing corrupt binaries.Nick Clifton2019-08-052-1/+7
* PR24871, readelf segv in dump_ia64_unwindAlan Modra2019-08-022-7/+21
* Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska2019-07-292-3/+27
* PR24798, buffer overflow in process_cu_tu_indexAlan Modra2019-07-262-29/+32
* Fix attributation of DWARF augmentation patch.Nick Clifton2019-07-251-1/+1
* Have readelf and objdump display the contents of the DWARF augmentation data ...Tom de Vries2019-07-252-1/+27
* Stop an illegal memory access by readelf when parsing a corrupt MIPS binary f...Nick Clifton2019-07-252-4/+41
* Fix ar so that it can correctly detect non-dash prefixed options that appear ...Nick Clifton2019-07-242-1/+19
* Fix objdump's display of indirect strings in object files, which was broken b...Nick Clifton2019-07-233-6/+10
* SHF_GNU_MBIND requires ELFOSABI_GNUAlan Modra2019-07-232-43/+66
* binutils testsuite test for ELF32 vs ELF64Alan Modra2019-07-232-2/+7
* Allow objdump to recognise the System.Runtime.dll files that get shipped with...Omar Majid2019-07-235-16/+251
* Prevent attempts to allocate excessive amounts of memory when parsing corrupt...Nick Clifton2019-06-282-2/+7
* Prevent an attempt to allocate an excessive amount of memory when dumping the...Nick Clifton2019-06-282-1/+22
* Ensure that when attempting to process an ARM Mach-O file with unknown relocs...Nick Clifton2019-06-262-2/+17
* readelf: avoid shadowing a libiberty symbolJan Beulich2019-06-252-2/+7
* objdump: avoid shadowing a libiberty symbolJan Beulich2019-06-252-2/+7
* Regenerate with approved autotools versionAlan Modra2019-06-144-15/+19
* Add support for NetBSD PaX notes to readelf.Christos Zoulas2019-06-122-15/+39
* Add support for NetBSD/sh3 core reg sections to readelf.Christos Zoulas2019-06-122-0/+23
* Add support to readelf to display NetBSD auxv notes in core files.Christos Zoulas2019-06-122-10/+27
* Add support for reporting Alpha and Vax symbol visibility in readelf.Christos Zoulas2019-06-112-0/+25
* Fix an unitinitalised local variable in decode_arm_unwind().Christos Zoulas2019-06-112-0/+11