aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Remove stale commentPedro Alves2-1/+5
2014-08-19Convert target_structs vector to VECSimon Marchi2-26/+22
2014-08-19This patch adds support for FreeBSD ARM in gas.Nick Clifton6-0/+60
2014-08-19This patch set mainly aims at improving the S/390 disassembler'sAndreas Arnez2-134/+184
2014-08-19value_from_pointer: remove call to resolve_dynamic_typeJoel Brobecker2-6/+8
2014-08-19Set breakpoint on the right lineYao Qi2-1/+6
2014-08-19Support _Complex in hard-VFP abiYao Qi2-2/+37
2014-08-19Fix --diable-shared --enable-plugins build breakageAlan Modra72-286/+2254
2014-08-19Replace static variables in the MSP430 simulator with fields in the cpu state...Nick Clifton3-66/+98
2014-08-19Introduce common-debug.hGary Benson12-27/+161
2014-08-19Move print-utils.h to common-defs.hGary Benson5-3/+10
2014-08-19Introduce common-types.hGary Benson7-41/+80
2014-08-19Introduce common/errors.hGary Benson12-80/+196
2014-08-19Ensure internal_vproblem always prints the messageGary Benson2-6/+9
2014-08-19daily updateAlan Modra1-1/+1
2014-08-18boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.David Blaikie2-1/+7
2014-08-18gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound in array range.Joel Brobecker2-1/+5
2014-08-18ada-typeprint.c (print_range): Initialize lo,hi for gcc -Wall.Doug Evans2-1/+5
2014-08-18This fixes the processing of BFD_RELOC_RL78_DIFF fixups when the size is lessNick Clifton2-1/+15
2014-08-18DW_AT_data_location and DW_OP_push_object_address testcase.Joel Brobecker3-0/+241
2014-08-18[Ada] "ptype" of array where bound value uses DW_OP_push_object_addressJoel Brobecker2-5/+32
2014-08-18Add support for DW_AT_data_location.Joel Brobecker5-0/+83
2014-08-18Add support for DW_OP_push_object_address.Joel Brobecker6-18/+79
2014-08-18ada_evaluate_subexp<OP_VAR_VALUE>: Avoid static fixing when possible.Joel Brobecker2-2/+23
2014-08-18avoid "if ... else if ... else" logic in ada-lang.c::ada_evaluate_subexpJoel Brobecker2-7/+13
2014-08-18Fix indentation level in ada-lang.c::ada_evaluate_subexp.Joel Brobecker2-44/+49
2014-08-18LTO plugin with older gccAlan Modra2-1/+5
2014-08-18PowerPC fix for ifunc broken by d1eca1e4Alan Modra3-1/+11
2014-08-18PR 17287, DT_NEEDED of unneeded libraries affects --as-neededAlan Modra7-3/+40
2014-08-18Return error status from bfd_elf_discard_info.Alan Modra15-45/+118
2014-08-18Cast result of TC_PARSE_CONS_EXPRESSIONAlan Modra2-1/+5
2014-08-18daily updateAlan Modra1-1/+1
2014-08-17daily updateAlan Modra1-1/+1
2014-08-15Add new argument NOSIDE to find_overload_match.Siva Chandra8-14/+146
2014-08-15Fix xmethod Python so that it works with Python3.Siva Chandra4-11/+23
2014-08-16daily updateAlan Modra1-1/+1
2014-08-15(dwarf_decode_lines_1): Move definition of adj_opcode closer to use.Doug Evans2-1/+7
2014-08-15dwarf2read.c (dwarf_decode_lines_1): Add comment.Doug Evans2-0/+6
2014-08-15Regenerate sim configury.Roland McGrath78-234/+1427
2014-08-15(dwarf_decode_lines_1): Delete local "column", unused.Doug Evans2-2/+5
2014-08-15(dwarf_decode_lines_1): Delete local basic_block, unused.Doug Evans2-4/+5
2014-08-15Avoid compiler warnings about incomplete parameter types.Eli Zaretskii2-0/+6
2014-08-15Add "frame.h" #include in gdbarch.h.Joel Brobecker3-2/+10
2014-08-15Skip tfile.exp if unable to generate trace fileYao Qi2-0/+6
2014-08-15daily updateAlan Modra1-1/+1
2014-08-15Set print symbol off in some testsYao Qi5-1/+17
2014-08-15Remove pst from dwarf_decode_lines_1Yao Qi2-3/+7
2014-08-14opcodes: blackfin: convert ad-hoc ints to bfd_booleanMike Frysinger2-21/+31
2014-08-14opcodes: blackfin: simplify decode_CC2stat_0 logicMike Frysinger2-41/+11
2014-08-14opcodes: blackfin: avoid duplicate memory readsMike Frysinger2-6/+10