aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2020-01-13Moev declaration of loop variable outside of the loop.Nick Clifton2-1/+3
2020-01-13Add test driver for the debuginfod support in the binutils sub-directory.Nick Clifton2-0/+193
2020-01-13Add an option to objdump's disassembler to generate ascii art diagrams showin...Thomas Troeger4-5/+764
2020-01-13Re: PR23560, PR23561, readelf memory leaksAlan Modra1-2/+2
2020-01-13PR23560, PR23561, readelf memory leaksAlan Modra3-12/+44
2020-01-13PR25362, memory leak in nmAlan Modra2-0/+7
2020-01-09Fix an attempt to free a static pointer when using objcopy's symbol addition ...Nick Clifton2-5/+18
2020-01-09Update Traditional Chinese translation for the binutils sub-directory.Nick Clifton2-335/+34
2020-01-09Add support for debuginfod to the binutils (disable by default, enabled via a...Aaron Merey13-59/+468
2020-01-03Mach-O: misc build adjustmentsJan Beulich1-1/+1
2020-01-02Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov3-1785/+2110
2020-01-01Re: Update year range in copyright notice of binutils filesAlan Modra1-0/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra140-141/+141
2020-01-01ChangeLog rotationAlan Modra2-1513/+1527
2019-12-30Re: Revise sleb128 and uleb128 readerAlan Modra2-21/+28
2019-12-23Fix build 32-bit-host build error last for last binutils/dwarf2.c change.Hans-Peter Nilsson2-1/+6
2019-12-23Revise sleb128 and uleb128 readerAlan Modra4-1065/+833
2019-12-17Prefer object over notype symbols when disassemblingAlan Modra2-16/+47
2019-12-17Remove tic80 supportAlan Modra3-2/+6
2019-12-11Make bfd_get_8 return a bfd_vma like other bfd_get_* functionsAlan Modra2-2/+8
2019-12-10PR24960, Memory leak from disassemblerAlan Modra2-0/+6
2019-12-10Delete duplicate struct objdump_disasm_info fieldAlan Modra2-6/+12
2019-12-08Optional matching for run_dump_testAlan Modra2-0/+23
2019-11-28binutils/gas/riscv: Add DWARF register numbers for CSRsAndrew Burgess2-3/+43
2019-11-28binutils: Make DWARF register name lookup be via a function pointerAndrew Burgess2-8/+51
2019-11-28binutils: Make some functions static in dwarf.cAndrew Burgess3-12/+21
2019-11-28binutils: Add a new function to initialise DWARF register name stateAndrew Burgess4-36/+63
2019-11-28binutils: Rename init_dwarf_regnamesAndrew Burgess4-3/+11
2019-11-28binutils: Be more forgiving of targets with large numbers of registersAndrew Burgess2-2/+8
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers2-4/+14
2019-11-21PR273, SOM size -AAlan Modra3-3/+18
2019-11-21Fix potential buffer overrun in objcopy's note merging code.Nick Clifton2-3/+14
2019-11-21PR46, cygwin: FAIL: cdtest with -UrAlan Modra2-7/+15
2019-11-19PR24499, ignore --add-gnu-debuglink for archivesAlan Modra2-0/+13
2019-11-19PR24968, make objcopy use output ELF arch if -B not givenAlan Modra2-2/+16
2019-11-19PR25191, internal error in _bfd_elf_set_section_contentsAlan Modra2-10/+24
2019-11-19Add space between program name and file for objcopy/strip/objdump messagesAlan Modra2-6/+11
2019-11-18PR25198, use of out of date pointerAlan Modra2-2/+6
2019-11-08PR25172, Wrong description of --stop-address=ADDR switchAlan Modra2-1/+6
2019-11-07Allow the --output option of the "ar" prorgam to extract files to locations o...Nick Clifton3-20/+25
2019-11-07Fix bug merging notes with objcopy when no merging results in zeroes being wr...Nick Clifton2-15/+20
2019-11-06Fix an off-by-one error in the IN_RANGE macro used by readelf. Add another u...Christian Eggers2-3/+14
2019-11-04Implement objcopy/strip --keep-section=<sectionpattern>Fāng-ruì Sòng7-7/+73
2019-10-30Update email address for Palmer Dabbelt.Nick Clifton2-1/+5
2019-10-30Add a --output=<DIR> option to ar to allow the specifying of an output direct...Fangrui Song5-66/+171
2019-10-26sort_gnu_build_notes fixAlan Modra2-1/+6
2019-10-25elfedit: Report unknown x86 featureH.J. Lu2-1/+8
2019-10-25elfedit.c: Replace BYTE_PUT with byte_putH.J. Lu2-1/+5
2019-10-25Improve objcopy's note mergeing capabilities.Nick Clifton19-425/+985
2019-10-25readelf PT_PHDR checkAlan Modra2-5/+16