aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Binutils fails to build with -O0Alan Modra2-2/+6
2016-03-22Automatic date update in version.inGDB Administrator1-1/+1
2016-03-21arc/nps400: Add first nps400 instructionsAndrew Burgess10-0/+232
2016-03-21arc/opcodes: Use flag operand class to handle multiple flag matchesAndrew Burgess9-40/+81
2016-03-21arc: Add nps400 machine type, and assembler flag.Andrew Burgess14-2/+50
2016-03-21arc: Remove EF_ARC_CPU_GENERIC constant.Andrew Burgess8-92/+97
2016-03-21arc: Remove duplicated constant in include/elf/arc.hAndrew Burgess4-6/+11
2016-03-21arc/gas: default mach is arc700, initialised in md_beginAndrew Burgess8-50/+64
2016-03-21gas/arc: Fix test for big-endian arcAndrew Burgess3-0/+15
2016-03-21Remove use of alloca.Nick Clifton52-267/+410
2016-03-21ARM process record: median instructionsYao Qi2-0/+90
2016-03-21Canonicalize more arm linux syscallsYao Qi2-10/+370
2016-03-20Fix problem where gold cannot build .eh_frame_hdr from ld -r output.Cary Coutant7-12/+145
2016-03-21Automatic date update in version.inGDB Administrator1-1/+1
2016-03-20tc-i386.c: store encoded instructions in unsigned char[]Trevor Saunders2-33/+68
2016-03-20Automatic date update in version.inGDB Administrator1-1/+1
2016-03-19Automatic date update in version.inGDB Administrator1-1/+1
2016-03-18Remove is_n64_ data member from Mips_relobj class.Vladimir Radosavljevic4-49/+43
2016-03-18Update description of AArch64 assembler directives.Nick Clifton2-4/+45
2016-03-18Fix thinko in new GET_VEC_ELEMENT macro.Nick Clifton2-1/+2
2016-03-18Fix the disassembly of the AArch64's OOR instruction as a MOV instruction.Nick Clifton5-1/+26
2016-03-18Make sparc_software_single_step staticYao Qi3-3/+6
2016-03-18Fix code to check for illegal element numbers when accessing AArch64 vector r...Nick Clifton2-2/+6
2016-03-18[spu] throw error when target_read_memory failsYao Qi2-1/+8
2016-03-18Check lwp_signal_can_be_delivered for enqueue/dequeue pending signalsYao Qi2-10/+21
2016-03-18Set signal to 0 after enqueue_pending_signalYao Qi2-17/+20
2016-03-18Remove redundant WIFSTOPPED checkYao Qi2-1/+6
2016-03-18Remove spurious empty line in changelog entry.Nick Clifton1-0/+5
2016-03-18Fix generation of as.1 manual page so that it can be converted to DocBook for...Nick Clifton3-1/+8
2016-03-18Ensure that the .rdata_pseudo_runtime_reloc sections are not discarded by gab...Awson3-2/+9
2016-03-18Fix possible failure in the AVR linker tests.Senthil Kumar Selvaraj9-5/+114
2016-03-18Add simulation of MUL and NEG instructions to AArch64 simulator.Nick Clifton5-223/+341
2016-03-18Automatic date update in version.inGDB Administrator1-1/+1
2016-03-17Add mips and s390 build targets for gold.Cary Coutant3-2/+7
2016-03-17Add MIPS-64 support.Vladimir Radosavljevic2-635/+1413
2016-03-17Add missing Mips_output_data_la25_stub::do_print_to_mapfile.Vladimir Radosavljevic2-0/+10
2016-03-17Fix problem with --emit-relocs for Mips-32.Vladimir Radosavljevic2-1/+6
2016-03-17Suggest running gdbserver for a PID in containerJan Kratochvil2-1/+6
2016-03-17PR remote/19496, timeout in forking-threads-plus-bkptPedro Alves3-18/+34
2016-03-17S390: Add syscall info for syscalls up to 374Andreas Arnez3-0/+56
2016-03-17S390: Fix output path for s390-multiarch test caseAndreas Arnez2-5/+9
2016-03-17linux-record: Simplify with record_mem_at_reg()Andreas Arnez2-414/+170
2016-03-17linux-record.c: Fix whitespace issuesAndreas Arnez2-949/+954
2016-03-17linux-record: Fix bad fall-through for pipe/pipe2Andreas Arnez2-0/+7
2016-03-17Automatic date update in version.inGDB Administrator1-1/+1
2016-03-17testsuite/ChangeLog is no longer supposed to existAlan Modra2-13/+7
2016-03-16PR remote/19496, interrupted syscall in forking-threads-plus-bkptDon Breazeal3-14/+33
2016-03-16xml-tdesc.c (tdesc_start_enum): Fix c++ build.Doug Evans2-2/+6
2016-03-16[ARM] Support ARMv8.2 FP16 simd instructionsJiong Wang10-46/+851
2016-03-16Process record: Fix arm-linux syscall argumentsYao Qi2-3/+14