aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-15Fix simple gas testsuite failures.Nick Clifton35-543/+682
2016-06-15opcodes/arc: Fix extract for some add_s instructionsAndrew Burgess5-1/+22
2016-06-15Fix PR ld/20254Senthil Kumar Selvaraj5-2/+48
2016-06-15Automatic date update in version.inGDB Administrator1-1/+1
2016-06-14opcode/gas: Fix incorrect dates on ChangeLog entriesGraham Markall2-6/+6
2016-06-14Remove unneeded checks on type lengths.John Baldwin2-1/+5
2016-06-14Pass a NULL pointer as the last argument to find_pc_partial_function.John Baldwin2-1/+5
2016-06-14Initialize 'ra' to zero to avoid uninitialized use.John Baldwin2-0/+5
2016-06-14Change the size field of MSP430_Opcode_Decoded to a plain integer.John Baldwin2-8/+6
2016-06-14Use correct enum type for do_elf_stt_common.John Baldwin2-1/+5
2016-06-14Check R_*_IRELATIVE in x86 reloc_type_classH.J. Lu3-11/+23
2016-06-14Fix elf_x86_64_reloc_type_classH.J. Lu1-8/+14
2016-06-14[ARC] Add ldbit for npsGraham Markall6-0/+133
2016-06-14[ARC] Add deep packet inspection instructions for npsGraham Markall7-50/+348
2016-06-14[ARC] Add arithmetic and logic instructions for npsGraham Markall6-1/+582
2016-06-14Fix compile time warning building gas for the NDS32 with gcc v6.1.1Nick Clifton2-1/+6
2016-06-14Fix feature checks based on ARM architecture valueThomas Preud'homme2-17/+48
2016-06-14Formatting fixes.Alan Modra10-185/+207
2016-06-14Delete bfd_my_archive macroAlan Modra11-24/+39
2016-06-14Set my_archive for thin archivesAlan Modra15-19/+66
2016-06-14Automatic date update in version.inGDB Administrator1-1/+1
2016-06-13Add .got.plt to testsuite/script_test_2.tH.J. Lu2-0/+6
2016-06-13Add the GOT base for GOT32 relocs against IFUNCH.J. Lu14-5/+260
2016-06-13Add 2 i386 tests to call IFUNC functions via GOTH.J. Lu8-13/+209
2016-06-13MIPS/GAS: Don't convert RELA JALR relocations on R6Maciej W. Rozycki13-5/+342
2016-06-13MIPS/BFD: Update outdated comment about o32 R_MIPS_PC32 reloc supportMaciej W. Rozycki2-3/+7
2016-06-13[ARC] Fix condition.Claudiu Zissulescu2-1/+6
2016-06-13gdb: Use UNSUPPORTED not XFAIL for unsupported target featuresAndrew Burgess19-41/+41
2016-06-13[ARC] XFAIL S-Records tests for both little and big endian ARC target.Cupertino Miranda2-2/+7
2016-06-13[ARC] Fixes related to reordering of .got and .got.pltCupertino Miranda2-5/+16
2016-06-13[ARC] General bug fixesCupertino Miranda2-19/+25
2016-06-13[ARC] Generate DT_RELACOUNT.Cupertino Miranda2-0/+34
2016-06-13Fix compile time warning about a redundant comparison in an assertion statement.Nick Clifton2-1/+5
2016-06-13Accept vulcan as a cpu name for the AArch64 port of GAS.Virendra Pathak3-0/+10
2016-06-13Fix compile time warning messages building with gcc v6.1.1Nick Clifton8-5/+30
2016-06-13Automatic date update in version.inGDB Administrator1-1/+1
2016-06-12Update x86-64 no-PLT tests for x32H.J. Lu16-40/+58
2016-06-11Subtract GOT base only with a base registerH.J. Lu8-4/+109
2016-06-12Automatic date update in version.inGDB Administrator1-1/+1
2016-06-11Add support for .MIPS.abiflags and .gnu.attributes sections.Vladimir Radosavljevic5-62/+988
2016-06-11sparc-coff writing uninitialized memoryAlan Modra2-0/+12
2016-06-11Use size_t rather than bfd_size_typeAlan Modra5-99/+130
2016-06-11Automatic date update in version.inGDB Administrator1-1/+1
2016-06-10Fix problems emitting MIPS .reginfo section.Vladimir Radosavljevic2-81/+80
2016-06-10Constify arch_type and friendsTom Tromey3-26/+48
2016-06-10Fix PR rust/20110Tom Tromey4-2/+26
2016-06-10Fix rust-exp handling in makefileTom Tromey2-4/+11
2016-06-10S/390: Dump unknown instructions according to their length.Andreas Krebbel2-17/+48
2016-06-10Fortran: Testsuite, non-local references in nested functions.Bernhard Heckel3-0/+119
2016-06-09Add negative repeat count to 'x' commandToshihito Kikuchi8-3/+741