X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=dad5befe6050278d64edca907348971f2e2c6ce8;hb=7155d5780a29c29184d5794107f87a5f3b5e8517;hp=3868b97bb8196b72fdd71f563a4b773ba23023ed;hpb=c767944bf25ae52241366d9bdc7ba14b493f17eb;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3868b97bb8..dad5befe60 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,47 @@ +2010-09-14 Tom Tromey + + PR symtab/8399: + * gdb.threads/tls.exp: Remove kfail. Update expected output. + +2010-09-14 Tom Tromey + + PR exp/11803: + * gdb.threads/tls.exp: Use C++. + (check_thread_local): Use K::another_thread_local. + * gdb.threads/tls.c (class K): New. + (another_thread_local): Now a member of K. + (spin): Update. No longer K&R C. + +2010-09-13 Sami Wagiaalla + + * gdb.cp/koenig.cc: created class for testing member lookup. + * gdb.cp/koenig.exp: Added test for member lookup. + +2010-09-13 Jan Kratochvil + + Fix false FAILs on sourcetree topdir directory containing "kill". + * gdb.base/sigall.exp (test_one_sig) : Extend the + source line matching regexp. + +2010-09-11 Jan Kratochvil + + * gdb.python/python.exp (set height 0, collect help from uiout) + (verify help to uiout): New tests. + +2010-09-10 Edjunior Barbosa Machado + + * gdb.base/break-interp.exp (test_ld) : Add + is_lp64_target to check 64bit target. + +2010-09-09 Jan Kratochvil + + * gdb.base/break-interp.exp (reach): Permit leading . for ppc64. + (test_ld) : New. + +2010-09-08 Daniel Jacobowitz + + * gdb.cp/templates.exp (test_template_args): Allow "struct". + 2010-09-08 Daniel Jacobowitz * gdb.cp/templates.cc (Empty, FunctionArg): New classes.