aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2019-09-19bfd_section_* macrosAlan Modra20-145/+149
2019-09-18bfd_asymbol_* macrosAlan Modra5-26/+35
2019-09-18binutils: doc: make `make clean` clean more thingsSimon Marchi3-6/+9
2019-09-18binutils: doc: remove binutils_TEXINFOS usagesSimon Marchi3-30/+35
2019-09-18binutils: doc: remove stale things from MakefileSimon Marchi3-28/+13
2019-09-18Re-generate many configure and Makefile.in filesSimon Marchi4-24/+14
2019-09-16Delete accidentally-checked in editor temporary file.Phil Blundell1-0/+0
2019-09-16Update version to 2.33.50 and regenerate configure scripts.Phil Blundell4-18/+38
2019-09-11Constify argument to make_tempname and make_tempdirTom Tromey4-5/+11
2019-09-11Re: Enhance the disassemblerAlan Modra2-4/+13
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