aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update year range in copyright notice of binutils filesAlan Modra148-257/+259
2022-12-31Update version numbers in howto-make-a-release documentNick Clifton1-5/+22
2022-12-31Update version number and regenerate filesNick Clifton3-2257/+2396
2022-12-31Add markers for 2.40 branchNick Clifton4-3/+9
2022-12-31Updated Romanian translation for the binutils sub-directoryNick Clifton3-826/+1032
2022-12-30PR29948, heap-buffer-overflow in display_debug_lines_decodedAlan Modra1-52/+64
2022-12-21Fix an attempt to allocate an unreasonably large amount of memory when parsin...Nick Clifton2-1/+9
2022-12-19Avoid compiler warning in dwarf-do-refreshTom Tromey2-1/+5
2022-12-19Tidy PR29893 and PR29908 fixAlan Modra1-20/+4
2022-12-19Fix potential illegal memory accesses when parsing corrupt DWARF data.Nick Clifton2-0/+22
2022-12-16Fix previous delta to allow for compilation on 32-bit systemsNick Clifton5-3/+60
2022-12-16Fix a potential illegal memory access when parsing corrupt DWARF information.Nick Clifton2-1/+25
2022-12-14asan: signed integer overflow in display_debug_framesAlan Modra1-108/+116
2022-12-14Don't access freed memory printing objcopy warningAlan Modra1-3/+5
2022-12-13PR29893, buffer overflow in display_debug_addrAlan Modra1-2/+7
2022-12-12PR29872, uninitialised value in display_debug_lines_decoded dwarf.c:5413Alan Modra1-27/+38
2022-12-11PR29870, objdump SEGV in display_debug_lines_decoded dwarf.c:5524Alan Modra1-2/+2
2022-12-09objdump: sframe: fix memory leaksIndu Bhagat1-1/+7
2022-12-07Compression tidy and fixesAlan Modra1-6/+8
2022-12-06Get rid of SEC_ELF_RENAMEAlan Modra1-2/+7
2022-12-06Compression header enumAlan Modra1-8/+8
2022-12-05testsuite: support mold linkerMartin Liska2-6/+4
2022-12-05Arm: .noinit and .persistent are not supported for Linux targetsJan Beulich1-2/+2
2022-12-05opcodes/mips: use .word/.short for undefined instructionsAndrew Burgess10-34/+34
2022-12-04PR29846, segmentation fault in objdump.c compare_symbolsAlan Modra1-13/+10
2022-12-02Add Jan Beulich as an x86_64 maintainer.Nick Clifton1-0/+1
2022-12-01binutils: improve holes detection in .debug_loclists.Clément Chigot1-14/+33
2022-12-01Fix verilog output when the width is > 1.Nick Clifton4-4/+75
2022-11-28PR10368, ISO 8859 mentioned as 7bit encoding in strings documentationAlan Modra1-1/+1
2022-11-25Revert "readelf: Do not require EI_OSABI for IFUNC."Martin Liska1-3/+5
2022-11-24readelf: Do not require EI_OSABI for IFUNC.Martin Liska1-5/+3
2022-11-24Tidy objdump printing of section sizeAlan Modra1-2/+2
2022-11-24Constify nm format arrayAlan Modra1-2/+2
2022-11-23PR22509 - Null pointer dereference on coff_slurp_reloc_tableAlan Modra1-1/+1
2022-11-23Don't use "long" in readelf for file offsetsAlan Modra5-499/+532
2022-11-23Re: readelf: use fseeko64 or fseeko if possibleAlan Modra1-51/+74
2022-11-22binutils/configure.ac: integrate last changeMichael Matz2-2/+2
2022-11-22readelf: use fseeko64 or fseeko if possibleBrett Werling3-12/+26
2022-11-21Fix ARM and AArch64 assembler tests to work in a multi-arch environment.Nick Clifton2-0/+12
2022-11-18PR29799 heap buffer overflow in display_gdb_index dwarf.c:10548Alan Modra1-1/+1
2022-11-15binutils/NEWS: add text for SFrame supportIndu Bhagat1-0/+3
2022-11-15readelf/objdump: support for SFrame sectionIndu Bhagat6-8/+160
2022-11-15bfd: linker: merge .sframe sectionsIndu Bhagat1-0/+1
2022-11-15libsframe: add the SFrame libraryWeimin Pan2-0/+3
2022-11-14[readelf] arm: Support for new pacbti unwind opcode 0xb5.Srinath Parvathaneni1-0/+2
2022-11-14Re: objcopy renaming section with explicit flagsAlan Modra1-0/+1
2022-11-14objcopy renaming section with explicit flagsAlan Modra3-6/+17
2022-11-09Re: Fuzzed files in archivesAlan Modra1-14/+7
2022-11-07configure: require libzstd >= 1.4.0Christophe Lyon1-10/+10
2022-11-04binutils: Run PR binutils/26160 testH.J. Lu2-41/+94