summaryrefslogtreecommitdiff
path: root/binutils
Commit message (Expand)AuthorAgeFilesLines
* PR29362, some binutils memory leaksAlan Modra2022-08-163-28/+43
* readelf: print 0x0 as 0, and remove trailing spacesAlan Modra2022-08-1322-292/+292
* Make dwarf_vma uint64_tAlan Modra2022-08-138-1302/+931
* Don't use bfd_vma in readelf.cAlan Modra2022-08-131-221/+172
* Don't use bfd_size_type in readelf.c and dwarf.cAlan Modra2022-08-132-98/+89
* Replace elf_vma with uint64_tAlan Modra2022-08-133-110/+93
* objdump: fix extended (256) disassembler colorsAndrew Burgess2022-08-101-1/+1
* bfd: Add support for LoongArch64 EFI (efi-*-loongarch64).Youling Tang2022-08-103-0/+78
* Default to enabling colored disassembly if output is to a terminal.Nick Clifton2022-08-095-19/+71
* Add a link to the NEWS files in the release announcement email.Nick Clifton2022-08-082-0/+11
* objcopy section alignmentAlan Modra2022-08-061-19/+7
* Update following 2.39 releaseNick Clifton2022-08-051-17/+28
* Sanity check loc_offsets indexAlan Modra2022-08-051-10/+20
* binutils/Dwarf: avoid "shadowing" of glibc function nameJan Beulich2022-08-051-13/+13
* Recognize the new ELF compression type for ZSTD.Cary Coutant2022-08-041-0/+2
* Don't use BFD_VMA_FMT in binutilsAlan Modra2022-08-045-107/+83
* Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-014-83/+52
* Updated translations for various sub-directoriesNick Clifton2022-07-263-5895/+6527
* opcodes: add new sub-mnemonic disassembler styleAndrew Burgess2022-07-251-0/+2
* bfd: Delete R_LARCH_NONE from dyn info of LoongArch.liuzhensong2022-07-251-0/+2
* PR17122, OSX 10.9 build failureAlan Modra2022-07-224-26/+3
* PR15951, binutils testsuite builds status wrapper unconditionallyAlan Modra2022-07-221-1/+6
* PR29390, DW_CFA_AARCH64_negate_ra_state vs. DW_CFA_GNU_window_saveAlan Modra2022-07-211-2/+11
* PR29337, readelf CU/TU mixup in .gdb_indexAlan Modra2022-07-211-2/+2
* PR29370, infinite loop in display_debug_abbrevAlan Modra2022-07-211-13/+6
* binutils/dwarf.c: abbrev cachingAlan Modra2022-07-211-98/+110
* miscellaneous dwarf.c tidiesAlan Modra2022-07-211-110/+106
* [AArch64] Support AArch64 MTE memory tag dumps in core filesLuis Machado2022-07-191-0/+1
* Regenerate with automake-1.15.1Alan Modra2022-07-093-482/+304
* Update release README with new version numbersNick Clifton2022-07-081-7/+7
* Update version to 2.39.50 and regenerate filesNick Clifton2022-07-085-2278/+2621
* Add markers for 2.39 branchNick Clifton2022-07-084-1/+9
* Descriptive DWARF operations dump support for DW_AT_rankBhuvanendra Kumar N2022-07-061-0/+1
* Support for location and range lists for split-dwarf and dwarf-5.Bhuvanendra Kumar N2022-07-052-9/+34
* objcopy: bfd_alloc orelocationAlan Modra2022-07-043-24/+28
* Modified changes for split-dwarf and dwarf-5.Bhuvanendra Kumar N2022-07-041-3/+9
* Add newline to the end of the rnglists displsy.Nick Clifton2022-07-012-0/+5
* Fix implementation of readelf's -wE and -wN options,Nick Clifton2022-06-303-4/+18
* windres: add quotes around preprocessor cmd if neededClément Chigot2022-06-281-12/+14
* Fix the display of the idnex values for DW_FORM_loclistx and DW_FORM_rnglistx...Nick Clifton2022-06-283-127/+183
* Replace a run-time assertion failure with a warning message when parsing corr...Nick Clifton2022-06-272-1/+12
* Fix NULL pointer indirection when parsing corrupt DWARF data.Nick Clifton2022-06-272-6/+12
* Stop bogus warnings about DWARF indexed string offsets being too big.Nick Clifton2022-06-273-75/+26
* drop XC16x bitsJan Beulich2022-06-271-14/+0
* Fix location list offset address dump under DW_AT_location (dwarf-5)Bhuvanendra Kumar N2022-06-271-12/+26
* Binutils support for split-dwarf and dwarf-5Kumar N, Bhuvanendra2022-06-223-15/+56
* readelf: replace xmalloc with malloc in slurp_relr_relocsMarcus Nilsson2022-06-222-1/+6
* PR29270, DW_FORM_udata signed outputAlan Modra2022-06-221-1/+5
* Binutils support for dwarf-5 (location and range lists related)Nick Clifton2022-06-213-13/+51
* PR29262, memory leak in pr_function_typeAlan Modra2022-06-201-5/+2