aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2015-07-21Bump version to 2.25.2Tristan Gingold2-10/+14
2015-07-21Release 2.25.1, add generated filesbinutils-2_25_1Tristan Gingold3-22/+27
2015-07-17Correct readelf dynamic section buffer overlow testAlan Modra2-3/+9
2015-03-25Fix build problem introduced by previous delta to coffgrok.cNick Clifton2-15/+5
2015-03-24Import fixes from trunk sources to correct invalid memory access issues with ...Nick Clifton23-347/+956
2015-03-24Import fixes for invalid memory access issues in the binutils DWARF parser fr...Nick Clifton3-529/+1229
2015-03-24Import security fixes for readelf from the master branch:Nick Clifton2-111/+485
2015-03-11[ARM] Backport "Skip private symbol when doing objdump"Jiong Wang3-0/+42
2015-02-11Assorted compiler warning fixesAlan Modra3-3/+10
2015-02-11Delete unnecessary code copying SHF_SH5_ISA32 flagAlan Modra3-0/+25
2015-02-11Display DW_LANG_C11 as (C11).Mark Wielaard2-1/+5
2015-02-11Use autoconf check for long long in binutilsAlan Modra7-25/+356
2015-02-11dwarf.c handle new DWARFv5 C11, C++11 and C++14 DW_LANG constants.Mark Wielaard2-0/+10
2014-12-23Bump to version 2.25.0Tristan Gingold2-10/+14
2014-12-23Add generated files.binutils-2_25Tristan Gingold52-0/+34207
2014-12-23Version 2.25Tristan Gingold2-10/+14
2014-11-17Applies a series of patches for PR 17512 and 17533 which fix invalid memory a...Nick Clifton12-383/+1243
2014-11-11Update French and Ukranian translations with new one supplied by the Translat...Nick Clifton2-2062/+2970
2014-11-03Import updated translations provided by the Translation Project:Nick Clifton3-1611/+2523
2014-10-31Import a security patch from the mainline which changes the default behaviourNick Clifton7-17/+124
2014-10-30Remove the artificial limit on code alignment through the use of theDr Philipp Tomsich1-0/+1
2014-10-30 Fix error message strings so that they can be translated properly.Nick Clifton2-13/+30
2014-10-29Updated and New translations from the Translation Project.Nick Clifton4-3285/+18085
2014-10-28Show information about unknown ASEs and extensions in .MIPS.abiflagsMatthew Fortune2-1/+10
2014-10-15Regenerate configure (after change of version)Tristan Gingold2-10/+14
2014-10-14Add NEWS markers for 2.25.Tristan Gingold3-0/+7
2014-10-14Avoid undefined behaviour with signed expressionsAlan Modra2-6/+8
2014-10-14Correct fscanf char field countAlan Modra2-3/+9
2014-10-09This is a series of patches that add support for the SPARC M7 cpu toJose E. Marchesi2-4/+52
2014-09-22Readelf: Handle forward references to CIEsAlan Modra2-80/+169
2014-09-16Make the linker return an error status if it fails to merge ARM binaries withTerry Guo2-5/+10
2014-09-16NDS32/opcodes: Add audio ISA extension and modify the disassemble implemnt.Kuan-Lin Chen2-1/+7
2014-09-15Add support for MIPS R6.Andrew Bennett2-0/+8
2014-09-12Add mips*-img-elf* target triple.Andrew Bennett3-0/+7
2014-09-08Change pe/coff build-id section name to '.buildid'Jon TURNEY2-2/+7
2014-09-06MIPS testsuite cleanup - part 1Matthew Fortune2-8/+14
2014-08-22aarch64: Decode dwarf2 register numbersRichard Henderson4-0/+40
2014-08-19Fix --diable-shared --enable-plugins build breakageAlan Modra2-0/+62
2014-08-14configury changes to make ld plugin support controlled by --enable-pluginsAlan Modra4-242/+282
2014-07-29[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensionsMatthew Fortune6-31/+231
2014-07-28Warn for ar/nm/ranlib/ld on lto objects without pluginAlan Modra2-0/+9
2014-07-10binutils/testsuite: Disable strip-10 test on ARM non-EABIWill Newton2-1/+8
2014-07-07Remove an accidental commit.Nick Clifton2-7/+7
2014-07-04Rename configure.in to configure.acAlan Modra5-3/+10
2014-07-04Use modern AC_INIT in configure.inAlan Modra6-36/+42
2014-07-03Clarify doc on addr2line output.Tristan Gingold2-17/+28
2014-07-01Reorganise struct bfdAlan Modra2-1/+4
2014-06-26This adds the ability to the strings program to display strings that contain ...Erik Akermann4-2/+36
2014-06-26Fixes part of a problem reading deliberately non-conforming ELF binaries - wh...Nick Clifton2-3/+16
2014-06-17Prevent large (or negative) version values from overflowing into other fields...Nick Clifton2-4/+10