aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves28-484/+203
2016-04-22Switch gdb's TRY/CATCH to C++ try/catchPedro Alves2-5/+12
2016-04-22Propagate GDB/C++ exceptions across readline using sj/lj-based TRY/CATCHPedro Alves4-38/+191
2016-04-22Rename rl_callback_read_char_wrapper -> gdb_rl_callback_read_char_wrapperPedro Alves2-7/+14
2016-04-22[ARM] Clear reserved bits in CPSRYao Qi4-2/+19
2016-04-22Fix fail in gdb.base/annota1.exp and gdb.base/annota3.expYao Qi3-11/+17
2016-04-22Joel Brobecker stepping down as AIX MaintainerJoel Brobecker2-1/+4
2016-04-22[obv] [PR gdb/19980] Typo in gdbserver/configure.srvWalfred Tedeschi1-1/+1
2016-04-22Tweak gdb.reverse/step-precsave.exp and gdb.reverse/step-reverse.expYao Qi3-16/+33
2016-04-22Deliver signal in hardware single stepYao Qi4-5/+28
2016-04-22New test case gdb.trace/signal.expYao Qi3-0/+252
2016-04-21Exclude linker created file from dynobjH.J. Lu2-1/+7
2016-04-21Set dynobj to a normal input file if possibleH.J. Lu2-1/+22
2016-04-22MIPS/GAS: Fix an ISA override not lifting ABI restrictionsMaciej W. Rozycki46-8/+775
2016-04-22MIPS: Go back with the default Linux # of registers to 90Maciej W. Rozycki2-1/+11
2016-04-22Automatic date update in version.inGDB Administrator1-1/+1
2016-04-21Switch gdb's TRY/CATCH to sjlj againPedro Alves2-6/+10
2016-04-21Always run LTO tests on Linux with GCC 4.9 or newerH.J. Lu1-0/+21
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton38-13/+164
2016-04-21Fix AIX gdb build with C++ compilerPedro Alves3-8/+16
2016-04-21Fix s390 GNU/Linux gdb and gdbserver buildsPedro Alves4-9/+21
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves10-16/+34
2016-04-21New NOCROSSREFS_TO testsAlan Modra6-10/+19
2016-04-20Remove x86 gc_sweep_hookH.J. Lu3-327/+7
2016-04-20Don't check relocations in excluded sectionsH.J. Lu2-0/+7
2016-04-20Move ELF relocation check after lang_gc_sectionsH.J. Lu3-14/+31
2016-04-21Automatic date update in version.inGDB Administrator1-1/+1
2016-04-20Build GDB as a C++ program by defaultPedro Alves5-3/+12
2016-04-20Fix host signal vs gdb signal mixup in gdb/darwin-nat.cPedro Alves2-1/+5
2016-04-20Fix "incompatible pointer type" warning in gdb/aarch64-tdep.cPedro Alves2-1/+7
2016-04-20gdb/darwin-nat.c: Fix "cast to pointer from integer of different size" warningPedro Alves2-1/+5
2016-04-20Check R_386_NONE/R_X86_64_NONE in eh6.dH.J. Lu2-1/+10
2016-04-20Add ld-x86-64/pic1 testH.J. Lu4-0/+12
2016-04-20Add ld-x86-64/pie2 testH.J. Lu4-0/+18
2016-04-20Check run-time R_X86_64_32 relocation overflowH.J. Lu7-74/+118
2016-04-20symmisc.c (dump_symtab_1): Print owning compunit for identical blockvectors.Doug Evans2-1/+11
2016-04-20Include arch/arm-linux.h in aarch32-linux-nat.cYao Qi2-0/+5
2016-04-20Call _bfd_elf_create_ifunc_sections only for ifuncH.J. Lu3-10/+14
2016-04-20Check ELF relocs after opening all input filesH.J. Lu15-51/+131
2016-04-20Move ARM_CPSR_GREGNUM to arch/arm-linux.hYao Qi5-5/+18
2016-04-20Replace .long with .dc.a on my_personality_v0H.J. Lu2-1/+6
2016-04-20update many old style function definitionsTrevor Saunders47-193/+171
2016-04-20change argument type to bfd_byteTrevor Saunders2-1/+5
2016-04-20gas/doc/arc: Add nps400 references into the documentationAndrew Burgess2-2/+14
2016-04-20arc: Fix relocation formula for ARC_NPS_CMEM16 relocationAndrew Burgess2-1/+5
2016-04-20[AArch64] Support RAS extension for ARMv8 onwards.Matthew Wahab8-0/+249
2016-04-19Add another testcase for PR ld/19719H.J. Lu4-0/+27
2016-04-20Automatic date update in version.inGDB Administrator1-1/+1
2016-04-19Handle void * conversions in FreeBSD/x86 native code to fix C++ build.John Baldwin4-8/+20
2016-04-19Cast the pointer assigned to ss_sp to char *.John Baldwin2-1/+7