aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2019-03-05Updated Swedish translation for the binutils sub-directory.Nick Clifton2-1698/+1802
2019-03-05Allow multiple tests to be run on systems with older versions of TCL installed.Matthew Malcomson2-4/+10
2019-03-04Stop objcopy from attempting to copy thin archives.Nick Clifton2-0/+26
2019-02-27Testsuite: Allow multiple lines of "as" in testsuite.Matthew Malcomson2-329/+365
2019-02-25Extend objdump's --dwarf=follow-links option so that separate debug info file...Nick Clifton13-55/+212
2019-02-22Extend readelf and objdump so that they will display and follow multiple link...Nick Clifton9-183/+377
2019-02-21Fix illegal memory accesses by readelf when parsing corrupt IA64 unwind infor...Nick Clifton2-6/+94
2019-02-20Fix potential illegal memory access by readelf when parsing a binary containi...Nick Clifton2-7/+50
2019-02-20Fix potential illegal memory access by readelf when parsing corrupt IA64 unwi...Nick Clifton2-36/+50
2019-02-20Fix a illegal memory access fault when parsing a corrupt MIPS option section ...Nick Clifton2-0/+9
2019-02-20Harden readelf's IA64 note display function so that it can handle corrupt notes.Nick Clifton2-18/+69
2019-02-20Unsigned integer overflows in readelf checksAlan Modra2-4/+14
2019-02-20PR24233, Out of memoryAlan Modra2-1/+9
2019-02-12Update description of how to make a release to include the use of the git cle...Nick Clifton2-74/+57
2019-02-08binutils: Add new GNU format mode to `size` utilityAndrew Burgess5-38/+145
2019-02-08binutils/size: Update example output in documentationAndrew Burgess2-3/+8
2019-02-07Move potentially obsolete BFD targets into the definitely obsolete section. ...Nick Clifton2-1/+10
2019-02-04Add more notes on how to make a releaseNick Clifton2-20/+78
2019-02-01Update binutils/MAINTAINERS for S12Z.John Darrington1-0/+1
2019-01-25Prevent a potential illegal memory access in readelf when parsing a note with...Nick Clifton2-13/+28
2019-01-25Updated Bulgarian and Russian translations for some of the binutils sub-direc...Nick Clifton2-1799/+1910
2019-01-23Updated translations for some of the binutils subdirectory.Nick Clifton3-3398/+3709
2019-01-21Updated translations for various binutils subdirectories.Nick Clifton3-1696/+1877
2019-01-19Change version to 2.32.51 and regenerate configure and pot files.Nick Clifton4-1674/+1798
2019-01-19Add markers for 2.32 branch to NEWS and ChangeLog files.Nick Clifton4-6/+13
2019-01-17Update objdump's --disassemble=<symbol> feature so that if <symbol> is a func...Nick Clifton6-24/+212
2019-01-16RISC-V: Support ELF attribute for gas and readelf.Jim Wilson3-1/+113
2019-01-10Stop objdump from displaying control codes embedded in symbol names.Nick Clifton2-26/+121
2019-01-09Correct PR number in changelog entry.Nick Clifton1-1/+1
2019-01-09Fix a heap use after free memory access fault when displaying error messages ...Nick Clifton2-5/+14
2019-01-09Adjust bfd/warning.m4 egrep patternsAndrew Paprocki2-5/+9
2019-01-09cxxfilt test failuresAlan Modra2-29/+10
2019-01-08Remove support for old gnu v2 name mangling.Nick Clifton4-71/+53
2019-01-08Add testcase for PR/24065.Tamar Christina3-0/+15
2019-01-08run_dump_test source in build directoryAlan Modra2-2/+8
2019-01-07Revert "Sync libiberty sources with master version in gcc repository. Update...Simon Marchi3-44/+24
2019-01-07Sync libiberty sources with master version in gcc repository. Updated stabs ...Nick Clifton3-24/+44
2019-01-05RX: binutils - Add RXv3 support.Yoshinori Sato2-0/+5
2019-01-04Fix a possible integer overflow problem when examining corrupt binaries using...Nick Clifton2-3/+17
2019-01-04Fix ridiculously small memory leak.Nick Clifton3-1/+18
2019-01-01Update year range in copyright notice of binutils filesAlan Modra140-140/+144
2019-01-01ChangeLog rotationAlan Modra2-1546/+1560
2018-12-14elf: Add PT_GNU_PROPERTY segment typeH.J. Lu7-21/+26
2018-12-13Move aarch64 CIE code to aarch64 backendSam Tebbs2-0/+6
2018-12-11Fix a failure in the libiberty testsuite by increasing the recursion limit to...Nick Clifton3-5/+10
2018-12-08Fix strings.c endian issue and strings testAlan Modra3-105/+87
2018-12-08PR23952, memory leak in _bfd_generic_read_minisymbolsAlan Modra2-6/+8
2018-12-07Synchronize libiberty with gcc and add --no-recruse-limit option to tools tha...Nick Clifton11-17/+265
2018-12-03Update the assembler to use a version of 3 when generating the header of the ...Nick Clifton3-2/+8
2018-12-01PR23946, illegal memory access in readelf.c:slurp_ia64_unwind_tableAlan Modra2-2/+27