X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Ftestsuite%2FChangeLog;h=5d0669d801506d18124558a7864e6424bbb816ca;hb=1e0baa1f26cf008198d0abf4d9f1595f464d5657;hp=c63ea72e5f9696f90275d0b80d775547127142b0;hpb=2c29df25b7c2ff006b45afd80ee6dd734ebbd47c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c63ea72e5f..5d0669d801 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,46 @@ +2016-09-21 Anton Kolesov + + * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32. + +2016-09-21 Tom Tromey + + PR gdb/20604: + * gdb.base/quit.exp: New file. + +2016-09-21 Simon Marchi + + * .gitignore: New file. + +2016-09-21 Maciej W. Rozycki + + * gdb.arch/mips16-thunks.exp: Use `standard_output_file' + throughout. + +2016-09-16 Andreas Arnez + + * lib/gdb.exp: No longer skip hardware breakpoint tests on s390. + +2016-09-16 Jan Kratochvil + + * gdb.cp/casts.cc (decltype): Move it ... + (main): ... with its call to ... + * gdb.cp/casts03.cc: ... a new file. + * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it. + +2016-09-15 Jan Kratochvil + + * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11. + +2016-09-15 Peter Bergner + + * gdb.arch/powerpc-power.s: Update Power9 instruction tests + and sync up the test with tests in gas/testsuite/gas/ppc. + * gdb.arch/powerpc-power.exp: Likewise. + +2016-09-15 Jan Kratochvil + + * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE. + 2016-09-11 Sergio Durigan Junior Jan Kratochvil