aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2020-10-30x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE markerH.J. Lu23-31/+55
2020-10-29dwarf: Also match abbrev base when searching abbrev listH.J. Lu5-22/+1517
2020-10-29Fix a potential illegal memory access by objcopy when extracting dwo sections.Nick Clifton2-2/+15
2020-10-28Use sha256 for hashes in the release processAndreas Rammhold2-2/+6
2020-10-28Fix compile time warning building with gcc 11.Nick Clifton2-1/+5
2020-10-27Fix the decoding of DW_FORM_ref_addr DWARF attribute.Nick Clifton2-138/+474
2020-10-22binutils: Report error message on errorH.J. Lu2-0/+6
2020-10-22Fix printf formatting errors where "0x" is used as a prefix for a decimal num...Dr. David Alan Gilbert3-1565/+1724
2020-10-21Work around problem in DWARF decoding library which can result in attempts to...Nick Clifton2-18/+36
2020-10-20readelf.c display_lto_symtab offset outside bounds of constant stringAlan Modra2-37/+77
2020-10-20binutils: Add myself as RISC-V co-maintainer.Nelson Chu2-0/+5
2020-10-19Readelf: Add --lto-syms option to display LTO symbol tables.Nick Clifton4-4/+289
2020-10-09x86: Support GNU_PROPERTY_X86_ISA_1_V[234] markerH.J. Lu28-68/+164
2020-10-06Fix a bug in objcopy/strip's ability to merge notes in multiple same-named se...Nick Clifton2-4/+7
2020-10-05Fix compile time error building windmc, detected by gcc 11.Nick Clifton2-1/+7
2020-10-05Fix spelling mistakesSamanta Navarro2-8/+12
2020-09-29binutils: dwarf.c handle DWARF5 DW_LLE_start_end and DW_LLE_start_length.Mark Wielaard2-4/+24
2020-09-25asan: readelf buffer overflow and abortAlan Modra3-51/+24
2020-09-24readelf: Show Unit Type for DWARF5Mark Wielaard4-0/+12
2020-09-24binutils: Handle DWARF5 DW_FORM_ref_addr and DW_UT_partial.Mark Wielaard2-2/+10
2020-09-24Document that the lower case 'c' character in nm's output is used to signify ...Nick Clifton2-0/+9
2020-09-21Update the binutils documentation to make it clear the the --strip-unneeded o...Ludovic Court?s2-2/+12
2020-09-16bfd: verilog hex dump backend should handle 64-bit addressesAnatoly Parshintsev1-0/+5
2020-09-16Tidy elf_symbol_fromAlan Modra3-2/+7
2020-09-15Add note about creating a bugzilla tag for a point release.Nick Clifton2-0/+9
2020-09-11x86: Add NT_X86_CET noteH.J. Lu2-0/+6
2020-09-11Fix the debuglink following code to recursively load links found in the newly...Nick Clifton2-27/+60
2020-09-09PR26578, memory leak in parse_gnu_debugaltlinkAlan Modra2-7/+8
2020-09-08Pass --disable-reloc-section on PE targets for PR 25662 testH.J. Lu2-1/+12
2020-09-08MSP430: Support relocations for subtract expressions in .uleb128 directivesJozef Lawrynowicz2-2/+31
2020-09-02ubsan: objdump.c:3009 negation of -2147483648Alan Modra2-2/+6
2020-08-30readelf: ubsan: shift exponent 32 is too largeAlan Modra2-1/+6
2020-08-28Fix a bogus error message from the DWARF LEB129 decoder when trying to read a...Nick Clifton2-7/+27
2020-08-28CSKY: Support attribute section.Cooper Qu3-1/+131
2020-08-27readelf: MSP430: Fix incorrect usage of "msp430x" in function namesJozef Lawrynowicz2-4/+13
2020-08-27Fix PR binutils/26356 on hppa*-*-hpux*.John David Anglin3-9/+21
2020-08-27Corrects the broken line number incrementation in the Windows resource parserRalf Habacker2-1/+10
2020-08-27binutils, ld: dequote libctf error messagesNick Alcock3-2/+7
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock3-30/+64
2020-08-27libctf, binutils: initial work towards libctf gettextizationNick Alcock3-2/+7
2020-08-26Add support to readelf for the OpenBSD segment types.Nick Clifton2-0/+9
2020-08-26PR26412 UBSAN: objcopy.c:3026 null pointer fwriteAlan Modra2-2/+8
2020-08-26windres: AUTOCHECKBOX default style must have WS_TABSTOP styleKatayama Hirofumi2-1/+6
2020-08-24gcc-4 -Og false positive "may be used uninitialised"Alan Modra2-1/+6
2020-08-22elf: Keep only one '@' for undefined versioned symbolsH.J. Lu3-2/+18
2020-08-21Recognize DW_LANG_C11 in readelf testsuite.Mark Wielaard2-1/+6
2020-08-19PR26349, FAIL: binutils-all/pr25543 on hpuxAlan Modra2-31/+10
2020-08-14PR26388, objdump debug dump memory leaksAlan Modra3-13/+21
2020-08-14Readelf demangling test typoAlan Modra2-3/+6
2020-08-13PR26348, Malloc error in write_zerosAlan Modra2-1/+15