aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-31sim: frv/m32r: back out hard failure when dv-sockser is not availableMike Frysinger9-42/+34
2013-03-31*** empty log message ***gdbadmin1-1/+1
2013-03-30daily updateAlan Modra1-1/+1
2013-03-30 PR ld/15323Alan Modra52-10/+269
2013-03-302013-03-29 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2-13/+32
2013-03-30Set non_ir_ref if a symbol is referenced by a non-shared objectH.J. Lu8-3/+46
2013-03-30*** empty log message ***gdbadmin1-1/+1
2013-03-29daily updateAlan Modra1-1/+1
2013-03-29 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.Doug Evans2-18/+44
2013-03-29 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, andDoug Evans2-4/+3
2013-03-29Increment hdrptr by 8 after SAFE_BYTE_GET64H.J. Lu2-0/+6
2013-03-29 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.Doug Evans2-2/+4
2013-03-29 * dwarf2read.c (read_cutu_die_from_dwo): New function.Doug Evans2-155/+246
2013-03-29 * dwarf2read.c (struct signatured_type): Tweak comment.Doug Evans2-16/+28
2013-03-29 * dwarf2read.c (lookup_signatured_type): Remove complaint aboutDoug Evans2-7/+8
2013-03-29gdb/Yao Qi9-6/+61
2013-03-29Ignore __fu<digits>__ symbols from COFF symbol tablesJoel Brobecker7-0/+151
2013-03-29 * dwarf2read.c (create_debug_types_hash_table): Don't allocate theDoug Evans2-8/+11
2013-03-29 * dwarf2read.c (create_addrmap_from_index): Complain about bad CUDoug Evans2-3/+15
2013-03-29 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".Doug Evans4-13/+28
2013-03-29*** empty log message ***gdbadmin1-1/+1
2013-03-28 * elf32-sh.c (sh_elf_relocate_section): Suppress warnings forKaz Kojima2-1/+12
2013-03-28daily updateAlan Modra1-1/+1
2013-03-28 * dwarf2read.c (struct dwarf2_per_cu_data): Rename memberDoug Evans2-22/+27
2013-03-28Stop sending qTStatus if the target doesn't recognize it; add packet configur...Pedro Alves5-1/+36
2013-03-28Fix Doug Evans's commit of 2013-03-21.Eli Zaretskii2-5/+13
2013-03-28 * symfile.c (find_separate_debug_file): Add comment.Doug Evans2-2/+7
2013-03-28 * dwarf2read.c (create_partial_symtab): Add forward decl.Doug Evans2-186/+203
2013-03-28 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.Doug Evans2-5/+10
2013-03-28 * typeprint.c (_initialize_typeprint): Improve type help text.Doug Evans2-3/+6
2013-03-28 * python/python.c (finish_python_initialization): Provide suggestionDoug Evans2-2/+11
2013-03-28 * elf64-ppc.c (struct ppc_dyn_relocs): New.Alan Modra2-101/+176
2013-03-28Fix PR gdb/15294: list with unlimited listsize brokenPedro Alves6-14/+30
2013-03-28list.exp: Avoid hardcoding line numbers.Pedro Alves3-9/+34
2013-03-28list.exp: Adjust "set listsize -1" to current test source's real line count.Pedro Alves2-1/+6
2013-03-28list.exp: Catch "set listsize" failures (and "set listsize -1/0"'s history).Pedro Alves2-1/+6
2013-03-28Add support for Cortex-A53 and Cortex-A57.Ramana Radhakrishnan2-0/+9
2013-03-28 PR binutils/15068Nick Clifton5-31/+43
2013-03-28 * elf32-ppc.c (struct ppc_dyn_relocs): New.Alan Modra2-34/+73
2013-03-28merge from gccDJ Delorie4-2/+12
2013-03-28*** empty log message ***gdbadmin1-1/+1
2013-03-27daily updateAlan Modra1-1/+1
2013-03-27Properly check address mode for SIBH.J. Lu5-4/+17
2013-03-27gdb/Jan Kratochvil2-2/+6
2013-03-27 * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra34-51/+138
2013-03-27 * elf32-ppc.c (ppc_elf_check_relocs): Set PLT_IFUNC in local gotAlan Modra2-13/+32
2013-03-27 PR ld/13812Nick Clifton2-2/+10
2013-03-27Forbid "set history size (INT_MAX..UINT_MAX)"Pedro Alves2-31/+64
2013-03-27 PR binutils/13409Nick Clifton2-5/+11
2013-03-27 PR binutils/15068Nick Clifton29-96/+4941