aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2016-06-24MIPS objcopy --rename-section fixAlan Modra6-38/+74
2016-06-24Limit objdump -S context linesAlan Modra2-2/+17
2016-06-22Fix various binutils testsuite failures.Nick Clifton15-82/+179
2016-06-22Increase size of string buffer used to hold printed versions of timestamps.Nick Clifton2-3/+9
2016-06-21Arc assembler: Convert nps400 from a machine type to an extension.Graham Markall2-3/+5
2016-06-15Fix simple gas testsuite failures.Nick Clifton2-0/+7
2016-06-14Use correct enum type for do_elf_stt_common.John Baldwin2-1/+5
2016-06-14Delete bfd_my_archive macroAlan Modra3-6/+11
2016-06-14Set my_archive for thin archivesAlan Modra2-1/+8
2016-06-02Also check that the group header's sh_info field is valid.Nick Clifton2-2/+3
2016-06-02Fix a seg-fault when stripping a corrupt binary.Nick Clifton2-0/+8
2016-06-02Fix a bug displaying the interpretation of a CFA block that just contains DW_...Nick Clifton2-1/+14
2016-05-31objcopy add-symbol uninitialised structAlan Modra2-110/+119
2016-05-25Enable 64-bit archives in ar and ranlibH.J. Lu2-0/+8
2016-05-18Prevent a run time segmentation fault when stripping a corrupt binary.Nick Clifton2-1/+9
2016-05-18MIPS/opcodes: Correct mixed MIPS16 and microMIPS disassemblyMaciej W. Rozycki4-0/+70
2016-05-18Updated Swedish translations for bfd and binutilsNick Clifton2-52/+56
2016-05-18MIPS/readelf: Use the `d_val' dynamic entry member with the relevant tagsMaciej W. Rozycki2-1/+11
2016-05-17LD/ELF: Unify STB_GNU_UNIQUE handlingMaciej W. Rozycki3-5/+49
2016-05-16V850/BFD: Call `_bfd_elf_copy_private_bfd_data' againMaciej W. Rozycki2-2/+5
2016-05-11Add MIPS32 DSPr3 support.Matthew Fortune2-0/+6
2016-05-10Add support for ARMv8-M Mainline with DSP extensionThomas Preud'homme2-0/+8
2016-05-10binutils/doc: Update documentation for nm --size-sortAndrew Burgess2-5/+10
2016-05-09Fix seg fault objdumping a corrupt binary with an invalid sh_link field.Nick Clifton2-0/+15
2016-05-09Regenerate configureAlan Modra1-7/+10
2016-05-04Fix some AVR test failures.Senthil Kumar Selvaraj2-23/+25
2016-05-03Updated Swedish translation for the binutils.Nick Clifton2-4/+8
2016-04-29Enhance readelf's recognition of AVR relocation types.Pitchumani Sivanupandi2-37/+57
2016-04-29Enhance support for copying and stripping Solaris and ARM binaries.Nick Clifton2-1/+27
2016-04-28Updated Chinese (simplified) translations for bfd, binutils and gold.Nick Clifton2-69/+82
2016-04-28Add support to AArch64 disassembler for verifying instructions. Add verifier...Nick Clifton3-0/+25
2016-04-20update many old style function definitionsTrevor Saunders2-2/+5
2016-04-15Regenerate Makefile.in/aclocal.m4 automake 1.11.6H.J. Lu4-124/+235
2016-04-14Fix copying Solaris binaries with objcopy.Nick Clifton8-11/+22
2016-04-13Add support to readelf for detecting and reporting Solaris specific section t...Nick Clifton2-17/+134
2016-04-13Add init_dwarf_regnames_s390Andreas Arnez4-0/+41
2016-04-11MIPS/opcodes: Fix undecoded MIPS16 extended instruction bit disassemblyMaciej W. Rozycki4-0/+374
2016-04-04Ignore DWARF debug information with a version of 0 - assume that it is padding.Nick Clifton2-1/+12
2016-03-31enable -Wwrite-strings for gasTrevor Saunders1-2/+18
2016-03-29readelf printf format strings on mingwAlan Modra2-21/+32
2016-03-22Fix unbounded stack usage warning inside the SAFE_BYTE_GET macro.Nick Clifton2-1/+10
2016-03-22Add -Wstack-usage to the gcc warning flags list, but only if using a sufficie...Nick Clifton2-1/+23
2016-03-21arc: Add nps400 machine type, and assembler flag.Andrew Burgess2-0/+7
2016-03-21arc: Remove EF_ARC_CPU_GENERIC constant.Andrew Burgess2-74/+76
2016-03-21arc/gas: default mach is arc700, initialised in md_beginAndrew Burgess2-1/+6
2016-03-21Remove use of alloca.Nick Clifton8-19/+42
2016-03-07Allow zero length archive elements.Nick Clifton3-0/+47
2016-03-04[ARM] Build attributes for ARMv8.1-A AdvSIMDMatthew Wahab2-1/+6
2016-02-26Add ChangeLog entries for PR ld/19645H.J. Lu1-0/+31
2016-02-26Properly implement STT_COMMONH.J. Lu19-6/+182