aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-21ar P supportAlan Modra3-8/+32
2019-10-14qsort: objcopy.c section sortAlan Modra2-9/+19
2019-10-13Update the README-how-to-make-a-release file with a note to reset the develop...Nick Clifton2-0/+8
2019-10-12Tweak the 'how to make a release' documentNick Clifton2-6/+16
2019-10-11Updated traditional Chinese translation for the binutils/ subdirectoryNick Clifton2-2371/+6407
2019-10-09PR25079, "ar s" stopped workingAlan Modra2-1/+8
2019-10-07Add support for new functionality in the msp430 backend of GCC.Jozef Lawrynowicz2-1/+37
2019-10-03binutils: spaces -> tabs in CTF parts of objdump and readelfNick Alcock3-16/+23
2019-10-03objdump: get CTF parent importing rightNick Alcock3-14/+33
2019-10-03libctf: installable libctf as a shared libraryNick Alcock3-6/+16
2019-10-03binutils: objdump does not take --ctf-symbols or --ctf-strings optionsNick Alcock1-2/+0
2019-10-03binutils: readelf: when dumping CTF, load strtab and symtab automaticallyNick Alcock3-3/+16
2019-10-03libctf, binutils: dump the CTF headerNick Alcock3-6/+13
2019-10-02Change objcopy's --set-section-alignment option to take a byte alignment valu...Nick Clifton5-11/+47
2019-09-30PR25046, readelf "Reading xxx bytes extends past end of file for dynamic sect...Alan Modra2-3/+9
2019-09-24PR25031, nm reports wrong address on 32bitAlan Modra2-54/+58
2019-09-23coff bfd.h tidyAlan Modra2-0/+5
2019-09-23PR25018, readelf crash on 32bitsAlan Modra2-4/+13
2019-09-20bfd macro conversion to inline functionsAlan Modra2-1/+5
2019-09-19AArch64: Fix objdump testsTamar Christina2-2/+6
2019-09-19bfd_section_* macrosAlan Modra20-145/+149
2019-09-18bfd_asymbol_* macrosAlan Modra5-26/+35
2019-09-18binutils: doc: make `make clean` clean more thingsSimon Marchi3-6/+9
2019-09-18binutils: doc: remove binutils_TEXINFOS usagesSimon Marchi3-30/+35
2019-09-18binutils: doc: remove stale things from MakefileSimon Marchi3-28/+13
2019-09-18Re-generate many configure and Makefile.in filesSimon Marchi4-24/+14
2019-09-16Delete accidentally-checked in editor temporary file.Phil Blundell1-0/+0
2019-09-16Update version to 2.33.50 and regenerate configure scripts.Phil Blundell4-18/+38
2019-09-11Constify argument to make_tempname and make_tempdirTom Tromey4-5/+11
2019-09-11Re: Enhance the disassemblerAlan Modra2-4/+13
2019-09-10Enhance the disassembler so that it will reliably determine whether a reloc a...Nick Clifton2-15/+45
2019-09-09Add markers for 2.33 branch to NEWS and ChangeLog files.Phil Blundell4-0/+8
2019-09-06bfd_get_filenameAlan Modra3-22/+33
2019-08-29Tidy check_uvalueAlan Modra2-8/+5
2019-08-28Add an option to objcopy to change the alignment of sections.Niklas G?rtler4-6/+72
2019-08-28Add a --source-comment=<text> option to objdump which provides a prefix to di...Nick Clifton5-1/+83
2019-08-27Improve the DWARF decoder's ability to describe the DW_AT_discr_list attribute.Nick Clifton4-74/+443
2019-08-26PR24938, Null Pointer Dereference in debug.c:debug_write_typeAlan Modra2-2/+9