aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2023-06-09readelf/objdump remember_state memory leaksAlan Modra1-5/+7
2023-06-07objcopy memory leaks after errorsAlan Modra1-0/+5
2023-06-06Re: loongarch readelf supportAlan Modra1-1/+1
2023-06-05MIPS: fix -gnuabi64 testsuiteYunQiang Su9-11/+32
2023-06-05MIPS: fix r6 testsuitesYunQiang Su1-16/+59
2023-06-03Re: loongarch readelf supportAlan Modra1-2/+3
2023-06-02loongarch readelf supportAlan Modra1-29/+34
2023-06-02Minor objcopy optimisation for copy_relocations_in_sectionAlan Modra1-0/+2
2023-05-30Improve header information displayed with objdump -P for PE binaries.Nick Clifton2-95/+308
2023-05-30LoongArch: binutils: Add support for linker relaxation.mengqinggang2-6/+91
2023-05-30Add support for an ARMMAGIC value of 0xa00 to the PE dumper.Nick Clifton2-6/+21
2023-05-30arm-pe objdump -PAlan Modra1-0/+2
2023-05-30Regen binutils POTFILES.inAlan Modra1-0/+1
2023-05-26Enhance objdump's --private option so that it can display the contents of PE ...Nick Clifton11-7/+670
2023-05-25PR29189, dlltool delaylibs corrupt float/double argumentsAlan Modra1-13/+39
2023-05-22Re: readelf: Support SHT_RELR/DT_RELR for -rAlan Modra1-1/+1
2023-05-19RISC-V: Support subtraction of .uleb128.Kuan-Lin Chen1-2/+0
2023-05-10Re: stack overflow in debug_write_typeAlan Modra1-1/+2
2023-05-09Correct a spelling mistake in the binutils README file.Enze Li2-1/+5
2023-05-09stack overflow in debug_write_typeAlan Modra1-1/+6
2023-05-02Remove Dimity Diky as MSP430 maintainer.Nick Clifton2-1/+4
2023-04-26binutils runtest $CCAlan Modra3-9/+13
2023-04-24objcopy of archives tidyAlan Modra1-16/+19
2023-04-23MIPS: support mips*64 as CPU and gnuabi64 as ABIYunQiang Su1-0/+1
2023-04-20Add a SECURITY.txt file describing the GNU Binutils' project's stance on secu...Nick Clifton2-0/+72
2023-04-20ubsan: signed integer overflow in display_debug_lines_rawAlan Modra2-16/+17
2023-04-19Fix: readelf: loc_offset XX too bigNick Clifton2-2/+9
2023-04-18objdump use of uninitialised value in pr_string_fieldAlan Modra1-1/+2
2023-04-18objdump buffer overflow in fetch_indexed_stringAlan Modra1-13/+7
2023-04-17Make the .rsrc section read only.Nick Clifton2-1/+7
2023-04-11Replace an assertion in the dwarf code with a warning message.Nick Clifton2-2/+12
2023-04-11Fix an attempt to allocate an excessive amount of memory when parsing a corru...Nick Clifton2-0/+17
2023-04-11Fix a potential illegal memory access when displaying corrupt DWARF information.Nick Clifton2-10/+18
2023-04-11Fix an attempt to allocate an overlarge amount of memory when decoding a corr...Nick Clifton2-6/+27
2023-04-06Re: objcopy write_debugging_info memory leaksAlan Modra1-6/+1
2023-04-06objdump print_debugging_info memory leaksAlan Modra1-148/+172
2023-04-06objdump -g on gcc COFF/PE filesAlan Modra1-4/+6
2023-04-06objcopy write_debugging_info memory leaksAlan Modra2-217/+167
2023-04-04Use bfd_alloc memory for read_debugging_info storageAlan Modra8-325/+313
2023-04-03rddbg.c stabs FIXMEsAlan Modra5-23/+36
2023-04-03Memory leak in process_abbrev_setAlan Modra1-7/+3
2023-03-30Fix an illegal memory access triggered by parsing corrupt DWARF info.Nick Clifton2-3/+35
2023-03-30Tidy leaked objcopy memoryAlan Modra2-22/+31
2023-03-30Tidy memory on addr2line failuresAlan Modra1-0/+3
2023-03-27Use stdint types in coff internal_auxentAlan Modra1-4/+4
2023-03-27coffgrok access of u.auxent.x_sym.x_tagndx.pAlan Modra1-30/+10
2023-03-23Add support to readelf for the PT_OPENBSD_MUTABLE segment type.Frederic Cambus2-0/+6
2023-03-19Another sanity check for read_section_stabs_debugging_infoAlan Modra1-0/+1
2023-03-16readelf: add support for QNT_STACK note subsectionsClément Chigot1-0/+67
2023-03-16Re: Sanity check read_section_stabs_debugging_infoAlan Modra1-1/+2