aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-08Don't create dynamic sections when relocatableH.J. Lu5-2/+33
2016-03-08Remove checks for constructors that might have been eliminated by GCC.Cary Coutant5-4/+9
2016-03-08Add unused attribute where necessary to quiet GCC 6 warnings.Cary Coutant3-2/+8
2016-03-08Fix Makefile so make clean removes overlooked files.Cary Coutant2-5/+20
2016-03-09[CRIS] Don't internal error if forced big endianPedro Alves2-9/+12
2016-03-09Fix floating conversion buffer overrun when host/target format matchesPedro Alves2-10/+26
2016-03-09Assert that a floating type's length is at least as long as its formatPedro Alves4-2/+37
2016-03-09Fix HP/PA GNU/Linux "long double" formatPedro Alves2-0/+6
2016-03-09Automatic date update in version.inGDB Administrator1-1/+1
2016-03-08Refactor Output_data_reloc_base::do_write for MIPS-specific relocs.Cary Coutant3-157/+191
2016-03-08Handle local IFUNC symbols in shared objectH.J. Lu12-25/+110
2016-03-08Support --as-needed in ifunc testsH.J. Lu2-6/+30
2016-03-08Group common symbol checking togetherH.J. Lu2-6/+12
2016-03-08[ARC] Allow non-instruction relocations within .text sectionsClaudiu Zissulescu8-86/+147
2016-03-08Automatic date update in version.inGDB Administrator1-1/+1
2016-03-07[ARM] Add support for Cortex-R8Thomas Preud'homme3-0/+9
2016-03-07Allow zero length archive elements.Nick Clifton5-1/+54
2016-03-07Support --as-needed in i386/x86-64 testsH.J. Lu3-14/+47
2016-03-07Fix "set architecture mips:10000" crashPedro Alves2-1/+7
2016-03-07[AArch64] Create .got section if _GLOBAL_OFFSET_TABLE_ referencedJiong Wang6-0/+37
2016-03-07Add const qualifiers at various places.Trevor Saunders30-171/+200
2016-03-07Automatic date update in version.inGDB Administrator1-1/+1
2016-03-06Set executable bit on analyze-racy-logs.pySergio Durigan Junior2-0/+4
2016-03-06Link tmpdir/copyreloc-main.o before tmpdir/copyreloc-lib.soH.J. Lu3-12/+34
2016-03-05Improve analysis of racy testcasesSergio Durigan Junior4-3/+298
2016-03-06Automatic date update in version.inGDB Administrator1-1/+1
2016-03-05Fix argument passing for callDenis Chertykov2-7/+16
2016-03-05Automatic date update in version.inGDB Administrator1-1/+1
2016-03-04Fix datestamps on ChangeLog entries to read 2015 instead of 2016.Cary Coutant2-3/+3
2016-03-04Add missing ChangeLog entries for commit 82838H.J. Lu3-0/+23
2016-03-04Fix undefined symbol errors introduced with previous commit.Cary Coutant2-0/+37
2016-03-04ARM process record: VMOVYao Qi2-11/+7
2016-03-04Tweak ARM process recordYao Qi2-32/+29
2016-03-04feature_to_c.sh: Print help when passing no argumentsSimon Marchi2-4/+9
2016-03-04Fix a ChangeLog entryH.J. Lu1-1/+1
2016-03-04Treat common symbol in executable as definitionH.J. Lu6-1/+71
2016-03-04[ARM] Build attributes for ARMv8.1-A AdvSIMDMatthew Wahab6-2/+52
2016-03-04[ARM] Add feature check for ARMv8.1 AdvSIMD instructions.Matthew Wahab9-49/+262
2016-03-03Add support for STT_SPARC_REGISTER symbols.Cary Coutant8-20/+236
2016-03-04Automatic date update in version.inGDB Administrator1-1/+1
2016-03-03Don't handle every plugin symbol as defined.Rafael Ávila de Espíndola2-0/+7
2016-03-03Add new plugin hooks to support querying section alignment and size.Cary Coutant7-5/+530
2016-03-03get_symbols() plugin API tweak to support --start-lib/--end-lib.Evgenii Stepanov10-18/+175
2016-03-03gdb.base/skip.exp: Use with_test_prefix.Doug Evans2-126/+147
2016-03-03Fix bugs in the simulation of the AArch64's ADDP, FADDP, LD1, CCMP and CCMP i...Nick Clifton2-44/+93
2016-03-03Update comments to start_step_overYao Qi2-12/+8
2016-03-03New test about step over clone syscallYao Qi3-0/+82
2016-03-03Reformat gdb.base/step-over-syscall.expYao Qi2-30/+34
2016-03-03Rename disp-step-syscall.exp to step-over-syscall.expYao Qi4-7/+18
2016-03-03Step over fork/vfork syscall insn in gdbserverYao Qi2-0/+63