aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2016-11-23Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton2-6/+41
2016-11-22Fix spelling mistakes in comments in configure scriptsAmbrogino Modigliani2-1/+5
2016-11-22PR20744, Incorrect PowerPC VLE relocsAlan Modra2-1/+19
2016-11-18cxxfilt: Recognize rust_demangling.Mark Wielaard2-0/+5
2016-11-14Generate correct hint value for IDATA6.Rudy2-16/+14
2016-11-11Extend information displayed about objdump's output of dynamic symbols.Nick Clifton1-0/+3
2016-11-11Add the ability for nm to display symbol version information.Nick Clifton6-2/+99
2016-11-08Fix heap-buffer-overflow error detected by address sanitization on a fuzzed b...Nick Clifton2-4/+10
2016-11-04objcopy: Close some memory leaks in error pathsAndrew Burgess2-0/+8
2016-11-04set default-directory in dwarf-browseTom Tromey2-1/+7
2016-11-04Add maintainers for RISC-V target.Palmer Dabbelt2-0/+7
2016-11-01Add support for RISC-V architecture.Nick Clifton3-3/+35
2016-10-19Remove spurious whitespace introduced by previous delta.Nick Clifton1-9/+9
2016-10-17Display unknown notes. Decode NT_GNU_HWCAP notes.Nick Clifton3-38/+124
2016-10-17Update list of ELF machine numbers.Nick Clifton2-9/+60
2016-10-14Fix leftover remote test failures from PR binutils/19020Luis Machado2-1/+7
2016-10-11Enhance objdump so that it will use .got, .plt and .plt.got section symbols w...Nick Clifton2-9/+87
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra7-10/+37
2016-10-06-Wimplicit-fallthrough noreturn fixesAlan Modra8-65/+21
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra3-0/+7
2016-09-29Frame info dump: Fix bad register marks.Andreas Krebbel1-10/+23
2016-09-29Add .cfi_val_offset GAS command.Andreas Krebbel1-2/+2
2016-09-29Display .gnu.attributes tags for powerpc64Alan Modra2-0/+6
2016-09-26When building target binaries, ensure that the warning flags selected for the...Vlad Zakharov5-14/+71
2016-09-26PowerPC .gnu.attributesAlan Modra2-36/+73
2016-09-26Fix nm potential buffer overflowAlan Modra2-14/+28
2016-09-19nm handling of synthetic symbolsAlan Modra2-17/+16
2016-09-15Fix typo in readelf error message.Ed Maste2-1/+5
2016-09-06Fix a problem in readelf where memcpy could be called with a NULL second argu...Nick Clifton2-3/+11
2016-08-29Check the external compression header sizeH.J. Lu2-4/+11
2016-08-19Place .shstrtab section after .symtab and .strtab, thus restoring monotonical...Nick Clifton4-7/+134
2016-08-12Warn if the sh_info field of a symbol table does not index the first non-loca...Nick Clifton2-0/+11
2016-08-08Fix seg-faults when running readelf on fuzzed binaries.Nick Clifton3-7/+53
2016-08-08Fix seg-fault in DWARF dumper when given a corrupt binary containing illegal ...Nick Clifton2-17/+61
2016-08-02Avoid compile time warning when building on 32-bit host.Nick Clifton2-1/+7
2016-07-28Fix decoding of Windows resources.Nick Clifton3-5/+21
2016-07-21Set BFD_VERSION to 2.27.51H.J. Lu2-10/+14
2016-07-21oops - forgot to include binutils.texi in the previous delta.Nick Clifton1-29/+8
2016-07-20Add support to the ARC disassembler for selecting instruction classes.Claudiu Zissulescu5-0/+100
2016-07-20Update documentation to reflect that the symbol localization options of objco...Nick Clifton2-2/+8
2016-07-16Don't include libbfd.h outside of bfd, part 6Alan Modra3-0/+7
2016-07-16Don't include libbfd.h outside of bfd, part 5Alan Modra2-150/+174
2016-07-16Don't include libbfd.h outside of bfd, part 3Alan Modra4-47/+60
2016-07-16Don't include libbfd.h outside of bfd, part 1Alan Modra4-10/+8
2016-07-15Use address sized relocs in remove-relocs-01.sAlan Modra2-12/+16
2016-07-14objcopy/strip: Add option --remove-relocations=SECTIONPATTERNAndrew Burgess12-5/+242
2016-07-14objcopy/strip: Allow section patterns starting with '!'.Andrew Burgess8-11/+124
2016-07-09PR20337, Objdump makes poor choice of symbolsAlan Modra2-0/+21
2016-07-05[ARM] Change noread to purecode.Andre Vieria3-10/+16
2016-07-01Fix potential buffer overflows with sprintf and very large integer values.Nick Clifton2-18/+40