aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2024-05-20readelf: add pretty printing for FDO Dlopen Metadata noteLuca Boccassi1-0/+7
2024-05-20Include .rodata size in avr-objdump -P mem-usage.Georg-Johann Lay1-66/+45
2024-05-20Let avr-objdump show .note.gnu.avr.deviceinfoGeorg-Johann Lay1-2/+56
2024-05-15[binutils/readelf] Fix handling of DW_MACRO_define_strx in dwo fileTom de Vries3-5/+27
2024-05-15[binutils/readelf] Fix printing of dwarf4 .debug_str_offsets.dwoTom de Vries4-0/+22
2024-05-14arm: update documentation for removal of the Maverick extensionRichard Earnshaw1-0/+4
2024-05-14arm: binutils: drop Maverick support.Richard Earnshaw1-4/+0
2024-05-10Re: PR31692, objdump fails .debug_info size checkAlan Modra1-27/+31
2024-05-10Add missing \n to the end of warning messages in dwarf.c.Nick Clifton1-14/+14
2024-05-08Fix typo in binutils manualTom Tromey1-1/+1
2024-05-02PR31692, objdump fails .debug_info size checkAlan Modra1-4/+4
2024-04-26objcopy: check input flavor before setting PE/COFF section alignmentJan Beulich1-0/+1
2024-04-24Update readelf's display of RELR sections to include the number of locations ...Nick Clifton1-20/+115
2024-04-24PPC maintainersAlan Modra1-2/+1
2024-04-23objcopy.c: Fix bfd_copy_private_symbol_data on 32-bit hostsH.J. Lu1-2/+2
2024-04-23objdump: Round ASCII art lines in jump visualizationWaqar Hameed1-4/+4
2024-04-23use copy_private_symbol_data in objcopyAlan Modra1-0/+7
2024-04-19binutils, objdump: Add --ctf-parent-sectionNick Alcock2-8/+61
2024-04-18Tidy objdump opb expressionsAlan Modra1-5/+5
2024-04-17aarch64: Remove asserts from operand qualifier decoders [PR31595]Victor Do Nascimento2-0/+4
2024-04-16Remove accidental commit of an experimental changeNick Clifton1-2/+0
2024-04-16Simplify readelf's RELR relocation display.Fangrui Song1-17/+3
2024-04-15When mapping sections to segments ensure that we do not add sections whose VM...Vijay Shankar1-0/+2
2024-04-12Re: Fix null pointer dereference in process_debug_info()Alan Modra1-11/+8
2024-04-11Improve readelf's display of RELR relocs.Nick Clifton4-129/+367
2024-04-11Add -j/--display-section option to readelf.Nick Clifton6-133/+287
2024-04-11Re: Update objcopy's --section-alignment optionAlan Modra1-2/+6
2024-04-10readelf: Add -j/--display-section command line option.Nick Clifton2-0/+5
2024-04-10mmap: Avoid the sanitizer configure check failureH.J. Lu4-2/+8
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