aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Add missing install-dvi and install-ps Makefie targets.Christophe Lyon1-0/+2
2024-04-04Re: Update objcopy's --section-alignment optionAlan Modra1-2/+2
2024-04-04dlltool: replace unchecked malloc with xmallocNandakumar Edamana1-1/+1
2024-04-03Fix null pointer dereference in process_debug_info()Nick Clifton1-7/+10
2024-04-03Extend objdump's --show-all-symbols option so that it also shows the extra sy...Nick Clifton1-1/+62
2024-04-02Update objcopy's --section-alignment option so that it sets the alignment fla...Nick Clifton5-20/+182
2024-04-02objdump --disassemble=sym peculiaritiesAlan Modra1-34/+27
2024-04-01asan: heap-buffer-overflow objdump.c:3299 in disassemble_bytesAlan Modra1-19/+15
2024-03-26Don't claim a fat IR object if no IR object should be claimedH.J. Lu1-3/+3
2024-03-25bfd: make _bfd_section_size_insane part of the public APIAndrew Burgess1-1/+1
2024-03-19Remove redunant test of ELF size in core note decoder.Nick Clifton1-7/+0
2024-03-19Fix seg-fault in the DWARF reader code when accessing an abbreviatuin table w...Nick Clifton1-8/+17
2024-03-11tests: force non-deterministic mode in non-deterministic testsStephen Kitt1-4/+5
2024-03-06Add "-j1" to make command lines in the create-a-release README.Nick Clifton1-3/+3
2024-03-01s390: Print base register 0 as "0" in disassemblyJens Remus1-0/+2
2024-02-23x86: also permit YMM/ZMM use in CFI directivesJan Beulich1-1/+2
2024-02-16Update how-to-make-a-release document to reference new git repository for the...Nick Clifton1-92/+70
2024-02-12Add support to readelf for the PT_OPENBSD_SYSCALLS segment type.Frederic Cambus2-0/+6
2024-02-09PowerPC: Add support for Power11 optionsPeter Bergner1-5/+6
2024-02-08PR 31283 windmc: Parse input correctly on big endian hostsRichard W.M. Jones4-4/+259
2024-02-07memory leak in objdump disassemble_sectionAlan Modra1-3/+2
2024-02-01MAINTAINERS: Update my e-mail address.Sandra Loosemore1-1/+1
2024-01-29Update release making documentation after 2.42 releaseNick Clifton1-7/+10
2024-01-26elf: Rename is_standard_elf to uses_elf_emH.J. Lu1-2/+2
2024-01-26Fix: Stripping Rust static libraries fails because of overly zealous illegal ...Nick Clifton2-12/+20
2024-01-26Assertion failure dumping .eh_frame_hdrAlan Modra1-6/+6
2024-01-25elf: Add is_standard_elfH.J. Lu1-0/+21
2024-01-24Add myself as the KVX port maintainerPaul Iannetta1-0/+1
2024-01-22binutils: Fix calloc argument order in srconv.cMark Wielaard1-3/+3
2024-01-22binutils: Fix calloc argument order in coffgrok.cMark Wielaard1-7/+8
2024-01-19Update readelf's and objdump's debug frame displaying feature to include the ...Nick Clifton4-0/+267
2024-01-18Updated translations for various sub-directoriesNick Clifton4-8930/+9265
2024-01-15Update HOWTO document after creating the 2.42 branchNick Clifton1-22/+24
2024-01-15Change version to 2.42.50 and regenerate filesNick Clifton2-761/+803
2024-01-15Add markers for 2.42 branchNick Clifton4-2/+9
2024-01-15Update branch/release creation documentationNick Clifton1-5/+5
2024-01-15nm: Replace --with-symbol-versions with --without-symbol-versions in --help o...Nick Clifton1-1/+1
2024-01-08MAINTAINERS: Update my email addressJoseph Myers1-1/+1
2024-01-04Update year range in copyright notice of binutils filesAlan Modra150-152/+152
2023-12-30MAINTAINERS: Update my email addressJoseph Myers1-1/+1
2023-12-28x86: Add NT_X86_SHSTK noteSchimpe, Christina1-0/+2
2023-12-27PR31191, objcopy leaves temporary filesAlan Modra1-23/+24
2023-12-25binutils: SECURITY: use https URIMike Frysinger1-2/+2
2023-12-20s390: Optionally print instruction description in disassemblyJens Remus1-0/+5
2023-12-15Re: readelf..debug-dump=loc displays bogus base addressesAlan Modra1-16/+10
2023-12-06PR31096, nm shows 32bit addresses as 64bit addressesAlan Modra1-35/+44
2023-12-05Add basic support for RISC-V 64-bit EFI objectsAndreas Schwab2-0/+47
2023-12-05memory leak in display_debug_addrAlan Modra1-6/+7
2023-12-05Handle "efi-app-riscv64" and similar targets in objcopy.Peter Jones1-0/+5
2023-12-04Fix two buglets in .debug_names dumpingTom Tromey2-3/+13