aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-16[ARM] Add support for thumb1 pcrop relocations.Mickael Guene16-6/+458
2015-12-16Automatic date update in version.inGDB Administrator1-1/+1
2015-12-15[ARM] Enable CRC by default for ARMv8.1 and later.Matthew Wahab2-3/+11
2015-12-15Remove refernces to a non-existent silicon errata.Nick Clifton3-14/+9
2015-12-15Tweak gdb.trace/ftrace.exp for aarch64Yao Qi2-0/+7
2015-12-15bfd: don't produce corrupt COFF symbol table due to long ELF file name symbolsJan Beulich5-14/+61
2015-12-15Fix invalid left shift of negative valueDominik Vogt11-33/+55
2015-12-15Update the copyright notices in the affected files.Nick Clifton5-12/+12
2015-12-15Add support for the MRS instruction to the AArch64 simulator.Nick Clifton2-9/+53
2015-12-15Add support for RX V2 Instruction SetYoshinori Sato92-1368/+3800
2015-12-15Automatic date update in version.inGDB Administrator1-1/+1
2015-12-14Check for readline support in gdb.base/history-duplicates.exp.Sandra Loosemore2-1/+12
2015-12-14Skip gdb.base/gdbinit-history.exp on remote hosts.Sandra Loosemore2-0/+12
2015-12-14Skip gdb.base/gdbhistsize-history.exp on remote hosts.Sandra Loosemore2-0/+12
2015-12-14Skip tests that send ctrl-c to GDB if nointerrupts target property is set.Sandra Loosemore17-57/+137
2015-12-14Target remote mode fork and exec event documentationDon Breazeal4-77/+213
2015-12-14Target remote mode fork and exec event supportDon Breazeal6-114/+161
2015-12-14Target remote mode fork and exec test updatesDon Breazeal18-65/+49
2015-12-14[AArch64][PATCH 14/14] Support FP16 Adv.SIMD Scalar Shift By Immediate instru...Matthew Wahab8-1021/+1088
2015-12-14[AArch64][PATCH 13/14] Support FP16 Adv.SIMD Shift By Immediate instructions.Matthew Wahab10-1262/+1344
2015-12-14[AArch64][PATCH 12/14] Support FP16 Adv.SIMD Scalar Pairwise instructions.Matthew Wahab8-1101/+1223
2015-12-14[AArch64][PATCH 11/14] Add support for the 2H vector type.Matthew Wahab7-8/+33
2015-12-14[AArch64][PATCH 10/14] Rework code mapping vector types to operand qualifiers.Matthew Wahab2-6/+35
2015-12-14[AArch64][PATCH 9/14] Support FP16 Adv.SIMD Modified Immediate instructions.Matthew Wahab8-1535/+1577
2015-12-14[AArch64][PATCH 8/14] Support FP16 Adv.SIMD Across Lanes instructions.Matthew Wahab10-1664/+1776
2015-12-14[AArch64][PATCH 7/14] Support FP16 Scalar Indexed Element instructions.Matthew Wahab8-1215/+1312
2015-12-14[AArch64][PATCH 6/14] Support FP16 Vector Indexed Element instructions.Matthew Wahab8-1580/+1700
2015-12-14[AArch64][PATCH 5/14] Support FP16 Scalar Two Register Misc. instructions.Matthew Wahab8-1238/+1650
2015-12-14[AArch64][PATCH 4/14] Support FP16 Vector Two Register Misc. instructions.Matthew Wahab9-1776/+2377
2015-12-14[AArch64][PATCH 3/14] Support ARMv8.2 FP16 Scalar Three Same instructions.Matthew Wahab8-1081/+1268
2015-12-14[AArch64][PATCH 2/14] Support ARMv8.2 FP16 Vector Three Same instructions.Matthew Wahab8-1363/+1907
2015-12-14[AArch64][PATCH 1/14] Support ARMv8.2 FP16 Adv.SIMD instructions.Matthew Wahab2-0/+8
2015-12-14[AArch64] Fix errors rebasing the ARMv8.2 AT and system registers patchMatthew Wahab2-6/+15
2015-12-14gdb: Use TYPE_LENGTH macroAndrew Burgess3-8/+16
2015-12-14gas: free allocated symbol name in .cfi_label handlingJan Beulich2-0/+5
2015-12-14nm: basic COFF symbol type support for SysV-style symbol table dumpingJan Beulich2-4/+63
2015-12-14Automatic date update in version.inGDB Administrator1-1/+1
2015-12-13Remove const from return type of get_output_view.Cary Coutant3-8/+15
2015-12-13Automatic date update in version.inGDB Administrator1-1/+1
2015-12-12Fix SH gas testsuite invalid assembly exposed by ec9ab52cAlan Modra3-2/+7
2015-12-12Enable 2 operand form of powerpc mfcr with -manyAlan Modra2-3/+8
2015-12-12Automatic date update in version.inGDB Administrator1-1/+1
2015-12-11gdb: Extend help text for 'list' command.Andrew Burgess2-2/+11
2015-12-11gdb: Add an error when 'list -' reaches the start of a file.Andrew Burgess4-4/+33
2015-12-11gdb: 'list' command, tweak handling of +/- arguments.Andrew Burgess4-3/+32
2015-12-11gdb: Make test names unique in list.exp.Andrew Burgess2-2/+10
2015-12-11gdb: Small code restructure for list_command.Andrew Burgess2-17/+16
2015-12-11gdb: Use NULL instead of 0 for pointer comparison.Andrew Burgess2-2/+7
2015-12-11gdb: Make lines_to_list variable static.Andrew Burgess2-1/+5
2015-12-11Pass relocations to Target::do_calls_non_split.Cary Coutant7-4/+32