aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2014-11-07Add more fixes for inavlid memory accesses triggered by corrupt files.Nick Clifton2-91/+226
2014-11-06Prevent archive memebers with illegal pathnames from being extracted from an ...Nick Clifton6-7/+65
2014-11-05More fixes for reading corrupt ELF files.Nick Clifton2-63/+175
2014-11-052014-11-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>Jan-Benedict Glaw2-2/+7
2014-11-04Fix -Wshadow warningMatthew Fortune2-4/+8
2014-11-04More fixes for memory corruption when readelf processes corrupt files.Nick Clifton2-46/+138
2014-11-04Fixes for crashes running readelf.Nick Clifton2-33/+96
2014-11-03More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton2-2/+16
2014-11-03Import updated translations supplied by the Translation Project.Nick Clifton3-1611/+2523
2014-11-01Fix %lx format used with bfd_size_type mismatch in readelf.cHans-Peter Nilsson2-2/+8
2014-10-31MIPS: Add Octeon 3 supportNaveen H.S2-0/+8
2014-10-31Add dlang demangling support to c++filt.Iain Buclaw2-0/+5
2014-10-31Avoid allocating over-large buffers when parsing corrupt binaries.Nick Clifton2-4/+37
2014-10-31oops - changelog omitted from previous delta.Nick Clifton1-0/+15
2014-10-31In response to a public outcry the strings program now defaults to using theNick Clifton6-17/+106
2014-10-30Fix error message strings so that they can be translated properly.Nick Clifton2-12/+26
2014-10-29Updated/new translations provided by the Translations Project.Nick Clifton4-3285/+18085
2014-10-22Show information about unknown ASEs and extensions in .MIPS.abiflagsMatthew Fortune2-1/+8
2014-10-15Bump bfd 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
2014-06-09Correctly save and recall the CFA saved register state.Romain Chastenet2-6/+20
2014-06-05Make it easy to make --disable-werror the default for both binutils and gdbJoel Brobecker4-4/+16
2014-06-03 If the binutils testsuite is run on an installed toolchain the tests involvingNick Clifton2-4/+17
2014-05-16This fixes a few issues with pe/coff build-ids that were discovered since theJon Turney2-2/+24
2014-05-16This adds support for marking RL78 binaries as either supporting 32-bitKaushik Phata2-0/+6
2014-05-02bfd target vector rationalisationAlan Modra3-10/+15