aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-27Fixes a few more memory access violations exposed by fuzzed binaries.Nick Clifton3-1/+27
2014-11-27Automatic date update in version.inGDB Administrator1-1/+1
2014-11-27dwarf.c handle new DWARFv5 C11, C++11 and C++14 DW_LANG constants.Mark Wielaard2-0/+8
2014-11-26gdb.dwarf2/dw2-op-out-param.S: Fix comment.Doug Evans2-1/+5
2014-11-26Update list of debug sections for --strip-debug-xxx options.Cary Coutant2-0/+15
2014-11-26Fix for gold linking tlsdesc into an executable with -pie.Han Shen2-1/+11
2014-11-26More fixes for memory access errors triggered by attemps to examine corrupted...Nick Clifton21-78/+250
2014-11-26Recognize new DWARFv5 C11, C++11 and C++14 DW_LANG constants.Mark Wielaard4-0/+17
2014-11-26_bfd_elf_slurp_version_tables tidyAlan Modra2-43/+52
2014-11-26Retry powerpc gold stub grouping when groups prove too largeAlan Modra2-132/+243
2014-11-25Fix Nios II prologue analyzer to handle multiple stack adjustments.Sandra Loosemore2-8/+31
2014-11-25Fix Nios II GDB epilogue detection to handle multiple stack adjustments.Sandra Loosemore2-17/+47
2014-11-25Refactor Nios II GDB support to use helper functions for disassembly andSandra Loosemore2-308/+581
2014-11-26[GOLD] PowerPC relaxation corner caseAlan Modra2-0/+14
2014-11-26Automatic date update in version.inGDB Administrator1-1/+1
2014-11-25Add file size to ELF symbol labelling start of a binary file.Cary Coutant3-8/+16
2014-11-25Fix corrupted .eh_frame section with LTO and --gc-sections.Cary Coutant3-6/+30
2014-11-25Update ld-alpha tests for securepltH.J. Lu9-154/+167
2014-11-26Fix trampolines search code for conditional branchesMax Filippov5-4/+29
2014-11-25Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu37-9/+123
2014-11-25Display symbol version when dumping dynrelocsH.J. Lu15-206/+378
2014-11-25Optimize out i386/x86-64 JUMP_SLOT relocationH.J. Lu12-69/+543
2014-11-25Automatic date update in version.inGDB Administrator1-1/+1
2014-11-24Update libtool.m4 from GCC trunkH.J. Lu14-18/+46
2014-11-24Reindent code (resolve_dynamic_type_internal).Jan Kratochvil2-20/+24
2014-11-24[AArch64] Cortex-A53 Erratum 835769 -- sort mapsJiong Wang2-0/+32
2014-11-24[Hurd] Fix deallocation after proc_getprocinfo callSamuel Thibault2-3/+14
2014-11-23Fix dumping of function arguments.Doug Evans2-7/+15
2014-11-24PowerPC64 --plt-alignAlan Modra5-11/+21
2014-11-24Automatic date update in version.inGDB Administrator1-1/+1
2014-11-23Add myself as write-after-approval GDB maintainerPatrick Palka2-0/+5
2014-11-23Assert size of elf_x86_64_{bnd|legacy}_plt2_entryH.J. Lu2-16/+12
2014-11-23Always consider infcall breakpoints as non-permanent.Joel Brobecker2-0/+19
2014-11-23Specify SA_RESTART when registering the SIGWINCH signal handlerPatrick Palka2-0/+8
2014-11-23Fix the processing of Meta-key commands in TUIPatrick Palka4-2/+49
2014-11-23checkpoint: print index of new checkpoint in response messagePatrick Palka2-3/+11
2014-11-23Refine read_stringYao Qi2-15/+19
2014-11-23sim/ppc/*: Change immediatly to immediatelyJoel Sherrill5-6/+11
2014-11-23sim/igen/: Change immediatly to immediatelyJoel Sherrill3-2/+6
2014-11-23s/immediatly/immediately/ in sim/sh/ChangeLog entry.Joel Sherrill1-1/+1
2014-11-23Automatic date update in version.inGDB Administrator1-1/+1
2014-11-22symtab.c: Comment and whitespace improvements.Doug Evans2-4/+15
2014-11-22cp-namespace.c (cp_lookup_symbol_nonlocal): Fix comment.Doug Evans2-3/+5
2014-11-22Check branch displacement overflow in x86-64 PLT entryH.J. Lu2-2/+15
2014-11-22Use MACRO_AT_func in entry-values.expYao Qi3-78/+25
2014-11-22[arm] Fix fails in dw2-compdir-oldgcc.expYao Qi2-4/+12
2014-11-22Automatic date update in version.inGDB Administrator1-1/+1
2014-11-21Merge include/* files from GCC commit 69a2f316d3.Andrew Burgess2-0/+24
2014-11-21Merge include/* files from GCC commit 77cab4753.Andrew Burgess2-0/+7
2014-11-21Fixes for memory access violations exposed by fuzzinf various binaries.Nick Clifton10-111/+333