aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2022-08-23Add an option to dlltool to allow the creation of deterministic libraries.Nick Clifton4-38/+91
2022-08-23binutils: Updated my email address.Nelson Chu1-1/+1
2022-08-22Fix compile time warning from Clang about error messages not being printed sa...Nick Clifton1-2/+2
2022-08-22Have readelf warn users if it is asked to decode a LLVM bitcode file or a gol...Nick Clifton2-9/+67
2022-08-16PR29362, some binutils memory leaksAlan Modra3-28/+43
2022-08-13readelf: print 0x0 as 0, and remove trailing spacesAlan Modra22-292/+292
2022-08-13Make dwarf_vma uint64_tAlan Modra8-1302/+931
2022-08-13Don't use bfd_vma in readelf.cAlan Modra1-221/+172
2022-08-13Don't use bfd_size_type in readelf.c and dwarf.cAlan Modra2-98/+89
2022-08-13Replace elf_vma with uint64_tAlan Modra3-110/+93
2022-08-10objdump: fix extended (256) disassembler colorsAndrew Burgess1-1/+1
2022-08-10bfd: Add support for LoongArch64 EFI (efi-*-loongarch64).Youling Tang3-0/+78
2022-08-09Default to enabling colored disassembly if output is to a terminal.Nick Clifton5-19/+71
2022-08-08Add a link to the NEWS files in the release announcement email.Nick Clifton2-0/+11
2022-08-06objcopy section alignmentAlan Modra1-19/+7
2022-08-05Update following 2.39 releaseNick Clifton1-17/+28
2022-08-05Sanity check loc_offsets indexAlan Modra1-10/+20
2022-08-05binutils/Dwarf: avoid "shadowing" of glibc function nameJan Beulich1-13/+13
2022-08-04Recognize the new ELF compression type for ZSTD.Cary Coutant1-0/+2
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra5-107/+83
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra4-83/+52
2022-07-26Updated translations for various sub-directoriesNick Clifton3-5895/+6527
2022-07-25opcodes: add new sub-mnemonic disassembler styleAndrew Burgess1-0/+2
2022-07-25bfd: Delete R_LARCH_NONE from dyn info of LoongArch.liuzhensong1-0/+2
2022-07-22PR17122, OSX 10.9 build failureAlan Modra4-26/+3
2022-07-22PR15951, binutils testsuite builds status wrapper unconditionallyAlan Modra1-1/+6
2022-07-21PR29390, DW_CFA_AARCH64_negate_ra_state vs. DW_CFA_GNU_window_saveAlan Modra1-2/+11
2022-07-21PR29337, readelf CU/TU mixup in .gdb_indexAlan Modra1-2/+2
2022-07-21PR29370, infinite loop in display_debug_abbrevAlan Modra1-13/+6
2022-07-21binutils/dwarf.c: abbrev cachingAlan Modra1-98/+110
2022-07-21miscellaneous dwarf.c tidiesAlan Modra1-110/+106
2022-07-19[AArch64] Support AArch64 MTE memory tag dumps in core filesLuis Machado1-0/+1
2022-07-09Regenerate with automake-1.15.1Alan Modra3-482/+304
2022-07-08Update release README with new version numbersNick Clifton1-7/+7
2022-07-08Update version to 2.39.50 and regenerate filesNick Clifton5-2278/+2621
2022-07-08Add markers for 2.39 branchNick Clifton4-1/+9
2022-07-06Descriptive DWARF operations dump support for DW_AT_rankBhuvanendra Kumar N1-0/+1
2022-07-05Support for location and range lists for split-dwarf and dwarf-5.Bhuvanendra Kumar N2-9/+34
2022-07-04objcopy: bfd_alloc orelocationAlan Modra3-24/+28
2022-07-04Modified changes for split-dwarf and dwarf-5.Bhuvanendra Kumar N1-3/+9
2022-07-01Add newline to the end of the rnglists displsy.Nick Clifton2-0/+5
2022-06-30Fix implementation of readelf's -wE and -wN options,Nick Clifton3-4/+18
2022-06-28windres: add quotes around preprocessor cmd if neededClément Chigot1-12/+14
2022-06-28Fix the display of the idnex values for DW_FORM_loclistx and DW_FORM_rnglistx...Nick Clifton3-127/+183
2022-06-27Replace a run-time assertion failure with a warning message when parsing corr...Nick Clifton2-1/+12
2022-06-27Fix NULL pointer indirection when parsing corrupt DWARF data.Nick Clifton2-6/+12
2022-06-27Stop bogus warnings about DWARF indexed string offsets being too big.Nick Clifton3-75/+26
2022-06-27drop XC16x bitsJan Beulich1-14/+0
2022-06-27Fix location list offset address dump under DW_AT_location (dwarf-5)Bhuvanendra Kumar N1-12/+26
2022-06-22Binutils support for split-dwarf and dwarf-5Kumar N, Bhuvanendra3-15/+56