summaryrefslogtreecommitdiff
path: root/binutils
Commit message (Expand)AuthorAgeFilesLines
* Set version to 2.34, turn off development, add changelog entriesbinutils-2_34Nick Clifton2020-02-013-112/+116
* Updated translations for some of the binutils sub-directoriesNick Clifton2020-01-312-1827/+2171
* Fix objcopy --merge-notes dependency on qsort implementation behavior.users/roland/2.34/objcopy-merge-notes-qsortRoland McGrath2020-01-272-16/+23
* More updated translationNick Clifton2020-01-232-1831/+2227
* Updated translations for various binutils sub-directoriesNick Clifton2020-01-203-3678/+4469
* Set BFD_VERSION to 2.33.90. Regenerate configure and pot files.Nick Clifton2020-01-183-1061/+1092
* Add markers for 2.34 branch to the NEWS files and ChangeLogs.Nick Clifton2020-01-184-6/+13
* Improve the performance of the ascii art jump visualizer.Thomas Troeger2020-01-172-27/+46
* Moev declaration of loop variable outside of the loop.Nick Clifton2020-01-132-1/+3
* Add test driver for the debuginfod support in the binutils sub-directory.Nick Clifton2020-01-132-0/+193
* Add an option to objdump's disassembler to generate ascii art diagrams showin...Thomas Troeger2020-01-134-5/+764
* Re: PR23560, PR23561, readelf memory leaksAlan Modra2020-01-131-2/+2
* PR23560, PR23561, readelf memory leaksAlan Modra2020-01-133-12/+44
* PR25362, memory leak in nmAlan Modra2020-01-132-0/+7
* Fix an attempt to free a static pointer when using objcopy's symbol addition ...Nick Clifton2020-01-092-5/+18
* Update Traditional Chinese translation for the binutils sub-directory.Nick Clifton2020-01-092-335/+34
* Add support for debuginfod to the binutils (disable by default, enabled via a...Aaron Merey2020-01-0913-59/+468
* Mach-O: misc build adjustmentsJan Beulich2020-01-031-1/+1
* Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov2020-01-023-1785/+2110
* Re: Update year range in copyright notice of binutils filesAlan Modra2020-01-011-0/+4
* Update year range in copyright notice of binutils filesAlan Modra2020-01-01140-141/+141
* ChangeLog rotationAlan Modra2020-01-012-1513/+1527
* Re: Revise sleb128 and uleb128 readerAlan Modra2019-12-302-21/+28
* Fix build 32-bit-host build error last for last binutils/dwarf2.c change.Hans-Peter Nilsson2019-12-232-1/+6
* Revise sleb128 and uleb128 readerAlan Modra2019-12-234-1065/+833
* Prefer object over notype symbols when disassemblingAlan Modra2019-12-172-16/+47
* Remove tic80 supportAlan Modra2019-12-173-2/+6
* Make bfd_get_8 return a bfd_vma like other bfd_get_* functionsAlan Modra2019-12-112-2/+8
* PR24960, Memory leak from disassemblerAlan Modra2019-12-102-0/+6
* Delete duplicate struct objdump_disasm_info fieldAlan Modra2019-12-102-6/+12
* Optional matching for run_dump_testAlan Modra2019-12-082-0/+23
* binutils/gas/riscv: Add DWARF register numbers for CSRsAndrew Burgess2019-11-282-3/+43
* binutils: Make DWARF register name lookup be via a function pointerAndrew Burgess2019-11-282-8/+51
* binutils: Make some functions static in dwarf.cAndrew Burgess2019-11-283-12/+21
* binutils: Add a new function to initialise DWARF register name stateAndrew Burgess2019-11-284-36/+63
* binutils: Rename init_dwarf_regnamesAndrew Burgess2019-11-284-3/+11
* binutils: Be more forgiving of targets with large numbers of registersAndrew Burgess2019-11-282-2/+8
* Introduce new section flag: SEC_ELF_OCTETSChristian Eggers2019-11-252-4/+14
* PR273, SOM size -AAlan Modra2019-11-213-3/+18
* Fix potential buffer overrun in objcopy's note merging code.Nick Clifton2019-11-212-3/+14
* PR46, cygwin: FAIL: cdtest with -UrAlan Modra2019-11-212-7/+15
* PR24499, ignore --add-gnu-debuglink for archivesAlan Modra2019-11-192-0/+13
* PR24968, make objcopy use output ELF arch if -B not givenAlan Modra2019-11-192-2/+16
* PR25191, internal error in _bfd_elf_set_section_contentsAlan Modra2019-11-192-10/+24
* Add space between program name and file for objcopy/strip/objdump messagesAlan Modra2019-11-192-6/+11
* PR25198, use of out of date pointerAlan Modra2019-11-182-2/+6
* PR25172, Wrong description of --stop-address=ADDR switchAlan Modra2019-11-082-1/+6
* Allow the --output option of the "ar" prorgam to extract files to locations o...Nick Clifton2019-11-073-20/+25
* Fix bug merging notes with objcopy when no merging results in zeroes being wr...Nick Clifton2019-11-072-15/+20
* Fix an off-by-one error in the IN_RANGE macro used by readelf. Add another u...Christian Eggers2019-11-062-3/+14