aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-03[GOLD] undef after using DW_IDX and friendsAlan Modra2-1/+7
2017-07-03Repair include/dwarf2.def breakageAlan Modra2-0/+10
2017-07-03buffer.h: Fix spelling mistakesSimon Marchi2-1/+5
2017-07-03Automatic date update in version.inGDB Administrator1-1/+1
2017-07-02DWARF-5: readelf: .debug_namesJan Kratochvil4-1/+376
2017-07-02Import include/+libiberty/ r249883 from upstream GCC.Jan Kratochvil5-12/+49
2017-07-02Automatic date update in version.inGDB Administrator1-1/+1
2017-07-02Use bfd_malloc_and_get_sectionAlan Modra4-43/+25
2017-07-01Setup .dir-locals.el to use C-style comments by defaultEli Zaretskii2-0/+7
2017-07-01Automatic date update in version.inGDB Administrator1-1/+1
2017-07-01MIPS/GAS: Use a switch on relaxation type in microMIPS fixup creationMaciej W. Rozycki2-10/+20
2017-07-01MIPS/GAS: Use frag symbol/offset directly in fixup creationMaciej W. Rozycki2-44/+38
2017-07-01MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxationMaciej W. Rozycki17-12/+253
2017-06-30Add support for a __gcc_isr pseudo isntruction to the AVR assembler.Georg-Johann Lay12-7/+1060
2017-06-30MIPS/GAS: Update `match_float_constant' and `match_operand' descriptionsMaciej W. Rozycki2-5/+10
2017-06-30MIPS/opcodes: Reorder LSA and DLSA instructionsMaciej W. Rozycki2-3/+8
2017-06-30PR cli/21688: Detect aliases when issuing python/compile/guile commands (and ...Sergio Durigan Junior4-18/+54
2017-06-30PR cli/21688: Fix multi-line/inline command differentiationSergio Durigan Junior4-4/+62
2017-06-30Fix failures in MMIX linker tests introduced by fix for PR 21665.Nick Clifton2-1/+32
2017-06-30MIPS: Add Imagination interAptiv MR2 MIPS32r3 processor support (ChangeLog)Maciej W. Rozycki1-1/+1
2017-06-30MIPS: Add microMIPS XPA supportMaciej W. Rozycki8-5/+63
2017-06-30MIPS: Add microMIPS R5 supportMaciej W. Rozycki7-1/+31
2017-06-30MIPS: Fix XPA base and Virtualization ASE instruction handlingMaciej W. Rozycki22-27/+202
2017-06-30Automatic date update in version.inGDB Administrator1-1/+1
2017-06-30MIPS/opcodes: Correctly combine ASE flags for ASE_MIPS16E2_MT calculationMaciej W. Rozycki5-45/+40
2017-06-30MIPS/GAS: Clear the ASE_MIPS16E2_MT flag for recalculationMaciej W. Rozycki6-0/+35
2017-06-29RISC-V: Fix TLS copy relocsAndrew Waterman2-4/+11
2017-06-29Expression completer should not match explicit location optionsPedro Alves4-1/+16
2017-06-29Remove old stale expression_completer hackPedro Alves2-9/+6
2017-06-29[ARC] Use FOR_EACH_DISASSEMBLER_OPTION to iterate over optionsAnton Kolesov2-14/+11
2017-06-29[ARC] Fix handling of cpu=... disassembler option valueAnton Kolesov5-25/+84
2017-06-29Use target_desc fields expedite_regs and xmltarget ifndef IN_PROCESS_AGENTYao Qi4-0/+16
2017-06-29bfd: prevent all but undef weak syms from becoming dynamic in sparc.Egeyar Bagcioglu2-20/+57
2017-06-29[AArch64] Only override the symbol dynamic decision on undefined weak symbolJiong Wang2-23/+68
2017-06-29[AArch64] Remove duplicated code when handling some GOT relocations typesJiong Wang3-92/+36
2017-06-29S390: Support guarded-storage core note sectionsAndreas Arnez7-0/+88
2017-06-29Automatic date update in version.inGDB Administrator1-1/+1
2017-06-28Don't call bfd_get_file_size in _bfd_generic_get_section_contentsH.J. Lu2-7/+16
2017-06-28Change bfd_get_size/bfd_get_file_size to ufile_ptrH.J. Lu5-7/+18
2017-06-28gdb/command.h: Include common/scoped_restore.hPedro Alves2-0/+5
2017-06-28Use obstack_grow_strYao Qi2-2/+7
2017-06-28Add support for version 2 of the GNU Build Attribute note specification.Nick Clifton3-30/+65
2017-06-28[AArch64] Add dot product support for AArch64 to binutilsTamar Christina12-182/+1377
2017-06-28[ARM] Assembler and disassembler support Dot Product ExtensionJiong Wang15-2/+806
2017-06-28Fix PR 21337: segfault when re-reading symbols.Doug Gilmore5-3/+115
2017-06-28MIPS: Add new Imagination interAptiv MR2 GAS and LD testsMaciej W. Rozycki35-9/+665
2017-06-28MIPS: Add Imagination interAptiv MR2 GAS test infrastructureMaciej W. Rozycki32-6/+592
2017-06-28MIPS: Add Imagination interAptiv MR2 MIPS32r3 processor supportMaciej W. Rozycki19-93/+314
2017-06-28Automatic date update in version.inGDB Administrator1-1/+1
2017-06-27completion_list_add_name wrapper functionsPedro Alves2-14/+35