aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Update the RX simulator to handle the latest opcode types.Nick Clifton2-1/+24
2015-11-10Handle x86 VTINHERIT/VTENTRY relocs when deleting relocationsH.J. Lu3-2/+16
2015-11-10Properly move kept relocations when deleting relocationsH.J. Lu3-2/+16
2015-11-10Fix performance regression on x86 with ld -rH.J. Lu3-8/+98
2015-11-10sim: cr16/d10v: localize translation funcsMike Frysinger7-52/+27
2015-11-10Fix performance regression due to ld -r memmoveAlan Modra3-69/+157
2015-11-10sim: m32c: move test code to testsuiteMike Frysinger8-26/+17
2015-11-10sim: m32c: drop redundant dependency infoMike Frysinger2-13/+4
2015-11-10sim: h8300: drop unused littleendian variableMike Frysinger2-13/+5
2015-11-10Automatic date update in version.inGDB Administrator1-1/+1
2015-11-09Recognize .pdr debug sections.Vladimir Radosavljevic2-1/+7
2015-11-09Remove unnecessary target dependencies on relocation format.Cary Coutant12-23/+78
2015-11-09[Ada] GDB crash during "finish" of function with out parametersJoel Brobecker7-0/+129
2015-11-09gas: Fix left shift of negative value.Dominik Vogt48-65/+118
2015-11-09binutils: Fix left shift of negative value.Dominik Vogt2-1/+5
2015-11-09bfd: Fix left shift of negative value.Dominik Vogt6-7/+16
2015-11-09Use ELF_STRING_ARM_unwind in arm-tdep.cYao Qi2-1/+6
2015-11-09New function displaced_step_in_progress_threadYao Qi2-3/+24
2015-11-09Move copy_u.w to MSA64 ASE, remove copy_u.d.Robert Suchanek8-46/+37
2015-11-09Configury changes for obstack optimizationAlan Modra4-0/+44
2015-11-09Silence obstack.c -Wc++compat warningAlan Modra2-2/+9
2015-11-09Modify obstack.[hc] to avoid having to include other gnulib filesAlan Modra5-14/+55
2015-11-09Copy gnulib obstack filesAlan Modra5-939/+794
2015-11-09Automatic date update in version.inGDB Administrator1-1/+1
2015-11-08Automatic date update in version.inGDB Administrator1-1/+1
2015-11-07gdb.dwarf2: Don't hardcode certain constants in Dwarf::assemble constructsKevin Buettner3-6/+16
2015-11-07testsuite: Define and use gdb_target_symbol_prefix_flags_asm.Kevin Buettner18-49/+194
2015-11-07Automatic date update in version.inGDB Administrator1-1/+1
2015-11-06Do not use libiberty's getpagesize on AndroidJoel Brobecker3-0/+18
2015-11-06Automatic date update in version.inGDB Administrator1-1/+1
2015-11-05gdb.dwarf2: Define and use gdb_target_symbol for symbol prefixesKevin Buettner9-18/+96
2015-11-05Revert patch for PR 19119, which led to PR 19172 and 19197.Cary Coutant3-11/+12
2015-11-05Add aarch64-specific --no-apply-dynamic-relocs option.Cary Coutant3-0/+37
2015-11-05Use aarch64_decode_insn in aarch64_displaced_step_copy_insnYao Qi2-1/+10
2015-11-05Use aarch64_decode_insn in aarch64_analyze_prologueYao Qi2-343/+98
2015-11-05Combine aarch64_decode_stp_offset_wb and aarch64_decode_stp_offsetYao Qi2-59/+22
2015-11-05Regenerate ld/Makefile.inAlan Modra2-0/+6
2015-11-05Automatic date update in version.inGDB Administrator1-1/+1
2015-11-04Fortran: allocate()d memory is uninitializedJan Kratochvil2-1/+6
2015-11-04gdb/s390-linux: Step over MVCLE+JO (and similiar) as a unit.Marcin Kościelnicki2-0/+123
2015-11-04gdb: Add process record and replay support for s390.Marcin Kościelnicki7-3/+4552
2015-11-04gdb/record-full: Use xmalloc instead of alloca for temporary memory storage.Marcin Kościelnicki2-1/+9
2015-11-05DATA_SEGMENT_ALIGN documentation is not consistent with behaviourAlan Modra2-1/+7
2015-11-04Fix non stopping breakpoint on newer compilers.Walfred Tedeschi1-2/+3
2015-11-04Changing compiler flags for MPX tests.Walfred Tedeschi2-2/+2
2015-11-04Improve error message for MPX bound table examinations.Walfred Tedeschi1-1/+2
2015-11-04btrace: add instruction-history /s and fix documentationMarkus Metzger5-2/+32
2015-11-04btrace: change record instruction-history /mMarkus Metzger2-22/+186
2015-11-04disasm: add struct disasm_insn to describe to-be-disassembled instructionMarkus Metzger3-9/+72
2015-11-04disasm: split dump_insnsMarkus Metzger2-77/+101