aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2020-04-02ld: Disable ifunc tests on SolarisRainer Orth2-2/+6
2020-03-30Fix objcopy's --preserve-dates command line option so that it will work with ...Nick Clifton3-1/+16
2020-03-28Re: Adjust objcopy_testAlan Modra2-4/+9
2020-03-28Adjust objcopy_testAlan Modra2-14/+28
2020-03-27Add testcase for PR 25662 invalid sh_offset for sectionJozef Lawrynowicz4-19/+104
2020-03-27Re: readelf looping in process_archiveAlan Modra2-2/+7
2020-03-25readelf looping in process_archiveAlan Modra2-2/+8
2020-03-24bfd: Add a bfd_boolean argument to bfd_get_symbol_version_stringH.J. Lu3-5/+14
2020-03-24bfd: Display symbol version for nm -DH.J. Lu2-6/+32
2020-03-24readelf memory leak in process_mips_specificAlan Modra2-2/+12
2020-03-23Avoid trigger an assertion failure in the STABS parser by replacing the abort...Nick Clifton2-18/+59
2020-03-20Fix compile time warnings about the possibility of using uninitialised fields...Nick Clifton2-9/+34
2020-03-20plugin: Don't invoke LTO-wrapperH.J. Lu3-2/+7
2020-03-19Fix discrepancies in nm's --line-number output by adding support for the DW_A...Nick Clifton3-0/+2027
2020-03-19readelf.c: Use unsigned long to iterate over num_symsH.J. Lu2-4/+7
2020-03-19Don't use bfd.h in binutils/elfcomm.cAlan Modra3-31/+39
2020-03-19readelf leak in process_archiveAlan Modra2-76/+95
2020-03-19Invalid read in process_netbsd_elf_noteAlan Modra2-7/+15
2020-03-19setup_archive parameter mismatchAlan Modra3-3/+13
2020-03-16asan: readelf leak in hppa_process_unwindAlan Modra2-79/+81
2020-03-16ubsan: shift exponent 70 is too largeAlan Modra2-4/+23
2020-03-14Re: asan: more readelf leaksAlan Modra2-0/+6
2020-03-14readelf large memory allocationAlan Modra5-7/+25
2020-03-14asan: readelf: memory leaksAlan Modra2-8/+36
2020-03-14Implement NT_NETBSDCORE_LWPSTATUS (NetBSD-Core)Kamil Rytarowski2-1/+11
2020-03-13asan: more readelf leaksAlan Modra4-62/+121
2020-03-12asan: readelf leaksAlan Modra2-1/+32
2020-03-11Add support for generating DWARF-5 format directory and file name tables from...Nick Clifton4-33/+51
2020-03-11PR25651, objcopy SIGSEGV in copy_objectAlan Modra2-17/+25
2020-03-10objdump disassembly of files without symbolsAlan Modra2-4/+14
2020-03-09PR25645, readelf segfault reading fuzzed alpha-vms binaryAlan Modra2-12/+22
2020-03-08readelf.c: Fix a typo in commentsH.J. Lu2-1/+6
2020-03-06binutils: doc: move artifacts back to MAINTAINERCLEANFILESSimon Marchi3-3/+9
2020-03-06Fix an abort triggered when objcopy is used to set the "share" section flag o...Nick Clifton3-5/+46
2020-03-06PR25637, objcopy : SIGSEGV in copy_objectAlan Modra2-6/+12
2020-03-05PR25629, objcopy : SIGSEGV in filter_symbolsAlan Modra2-2/+13
2020-03-04objcopy: Fix for pr19005 on machines with more than one octet per byte.Christian Eggers2-12/+21
2020-03-03Remove a call to abort which can be triggered by running objdump on a corrupt...Nick Clifton2-1/+6
2020-03-02The procedure to find an unused port for the debuginfod tests is susceptible ...Aaron Merey2-28/+31
2020-03-02Restore readelf's string dump to previous behaviour where newlines were cause...Nick Clifton5-7/+102
2020-02-27Fix an illegal memory access by readelf when displaying the contents of a cor...Nick Clifton2-0/+9
2020-02-26Indent labelsAlan Modra4-3/+9
2020-02-25Don't call lto-wrapper for ar and ranlibH.J. Lu3-2/+8
2020-02-24Fix a spelling mistake in the binutils documentation.Nick Clifton2-1/+7
2020-02-20RISC-V: Support the ISA-dependent CSR checking.Nelson Chu2-1/+6
2020-02-192020-02-19 Jordan Rupprecht <rupprecht@google.com>Eric Christopher2-1/+19
2020-02-19Merge changes from GCC for the config/ directoryAndrew Burgess2-8/+29
2020-02-10Allow objcopy's --set-section-flags options to add or remove the SHF_EXCLUDE ...Fangrui Song3-5/+11
2020-02-10More debuginfod tests fixes.Aaron Merey2-15/+30
2020-02-10Fix potential problem with binutils debuginfod tests.Aaron Merey2-3/+8