aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-13PE: don't corrupt section flags when linking from ELF objectsJan Beulich5-9/+37
2017-11-13x86: don't default variable shift count insns to 8-bit operand sizeJan Beulich4-1/+20
2017-11-13x86: {f,}xsave64 / {f,}xrstor64 / xsaveopt64 should not allow q suffixJan Beulich3-10/+16
2017-11-13x86/Intel: don't mistake riz/eiz as base registerJan Beulich4-1/+20
2017-11-13x86-64/Intel: issue diagnostic for out of range displacementJan Beulich5-29/+56
2017-11-12ld: Add ldlang_check_relro_region/update lang_find_relro_sections_1H.J. Lu1-23/+32
2017-11-12clH.J. Lu1-0/+10
2017-11-12ld: Add lang_size_relro_segmentH.J. Lu2-64/+117
2017-11-12ld: Add fold_segment_align/fold_segment_relro_end/fold_segment_endH.J. Lu2-89/+114
2017-11-12ld: Update phase_enum/relro_enum and add seg_align_typeH.J. Lu4-55/+76
2017-11-12ld: Remove PF_X from PT_PHDR segmentH.J. Lu14-12/+41
2017-11-13Automatic date update in version.inGDB Administrator1-1/+1
2017-11-12ld: Add OTHER_PLT_SECTIONSH.J. Lu6-10/+22
2017-11-12weakdef list handlingAlan Modra2-4/+9
2017-11-12non_got_ref after adjust_dynamic_relocsAlan Modra4-139/+165
2017-11-12Automatic date update in version.inGDB Administrator1-1/+1
2017-11-10Fix riscv binutils xfail for debug_ranges test.Jim Wilson2-1/+6
2017-11-11Automatic date update in version.inGDB Administrator1-1/+1
2017-11-10Automatic date update in version.inGDB Administrator1-1/+1
2017-11-09Fix racy output matching in gdb.tui/tui-completion.expPedro Alves2-19/+24
2017-11-09Fix racy output matching in gdb.base/multi-attach.exp, gdb.server/ext-{attach...Pedro Alves6-6/+15
2017-11-09Fix racy output matching in gdb.base/cpcompletion.expPedro Alves2-1/+6
2017-11-09Fix racy output matching in gdb.base/memattr.expPedro Alves2-6/+10
2017-11-09Fix racy output matching in gdb.base/completion.expPedro Alves2-52/+41
2017-11-09Fix racy output matching in gdb.asm/asm-source.expPedro Alves2-1/+6
2017-11-09ld: Reformat emultempl/elf32.emH.J. Lu2-4/+12
2017-11-09fix typos in ada-lang.c commentJoel Brobecker2-2/+8
2017-11-09Fix riscv dwarf2-10 gas testsuite failure.Jim Wilson2-1/+5
2017-11-09Enable the Dot Product extension by default for Armv8.4-a.Tamar Christina5-1/+23
2017-11-09Add assembler and disassembler support for the new Armv8.4-a registers for AA...Tamar Christina8-1/+719
2017-11-09Add the operand encoding types for the new Armv8.2-a back-ported instructions...Tamar Christina2-0/+97
2017-11-09Adds the new Fields and Operand types for the new instructions in Armv8.4-a.Tamar Christina15-179/+329
2017-11-09Simplify the psymbol hash functionTom Tromey2-1/+11
2017-11-09Speed up dict_hashTom Tromey2-16/+20
2017-11-09Split the ARM Crypto ISA extensions for AES and SHA1+2 into their own options...Tamar Christina6-0/+59
2017-11-09Change the type of the aarch64_feature_set typedef to unsigned long long so t...Nick Clifton2-1/+6
2017-11-08local variable watchpoint not deleted after leaving scopeJoel Brobecker10-14/+207
2017-11-08Make encode_actions_rsp use std::vectorSimon Marchi4-94/+65
2017-11-08gold: Ignore def/ref from a dynamic object for special symbolsH.J. Lu4-12/+60
2017-11-09Automatic date update in version.inGDB Administrator1-1/+1
2017-11-08Avoid expensive complaint calls when complaints are disabledPedro Alves4-16/+44
2017-11-08Fix problems with -r.James Clarke8-64/+128
2017-11-08Apply:Eric Christopher2-2/+7
2017-11-08Add test for fetching TLS from core fileDjordje Todorovic3-0/+98
2017-11-08BFD: Extract PID from MIPS core dump fileDjordje Todorovic4-0/+12
2017-11-08BFD: Write Linux core PRSTATUS note into MIPS core fileDjordje Todorovic4-0/+141
2017-11-08Remove symbolp vectorTom Tromey2-16/+16
2017-11-08Make the linespec/location completer ignore data symbolsPedro Alves4-3/+88
2017-11-08Use search_domain::FUNCTIONS_DOMAIN when setting breakpointsPedro Alves2-12/+34
2017-11-08Simplify completion_list_add_name | remove sym_text / sym_text_lenPedro Alves4-75/+49