aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2023-06-29binutils: Add a --strip-section-headers testH.J. Lu2-0/+10
2023-06-29ELF: Discard non-alloc sections without section headerH.J. Lu1-1/+6
2023-06-29ELF: Strip section header in ELF objectsKaylee Blake3-2/+44
2023-06-29Ignore --prefix-file-map compiler option whist running testsuite.Matthias Klose2-2/+2
2023-06-29ignore lto-wrapper warnings for lto builds.Matthias Klose1-0/+3
2023-06-27binutils/NEWS: add note about upcoming libsframe changesIndu Bhagat1-0/+6
2023-06-27Add note about adding ChangeLog.git to src-release.shNick Clifton1-0/+8
2023-06-21Prune linker warnings about an executable stack being created with the -z exe...Nick Clifton2-2/+19
2023-06-15binutils/NEWS: Mention Sony Allegrex MIPS CPU supportMaciej W. Rozycki1-0/+5
2023-06-15Add MIPS Allegrex CPU as a MIPS2-based CPUDavid Guillen Fandos1-0/+1
2023-06-15Revert "MIPS: fix r6 testsuites"Maciej W. Rozycki1-59/+16
2023-06-15Revert "MIPS: fix -gnuabi64 testsuite"Maciej W. Rozycki9-32/+11
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