Make this testcase a bit more realistic. The current code
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 5973bba77ba1e3d98e0246a0c420be9cef6dcaaa..9b4fe7e757149dd5d4436c0da80e8f5a6733430a 100644 (file)
@@ -1,3 +1,71 @@
+2006-01-04  Joel Brobecker  <brobecker@adacore.com>
+
+       Make this testcase a bit more realistic. The current code
+       is too simplistic, and allows the compiler to optimize out
+       some of the entities we need for this testcase.
+       * gdb.ada/null_record/bar.ads (Void_Star): New type.
+       (Do_Nothing): Add extra parameter.
+       * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
+       * gdb.ada/null_record/null_record.adb: Fake use of type Empty
+       by using a variable of type Void_Star.
+
+2006-01-04  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/catch_ex/foo.adb: New file.
+       * gdb.ada/catch_ex.exp: New testcase.
+
+2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
+       pass --image-base to linker.
+
+2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/readline.exp: Set $TERM.  Test arrow keys in
+       secondary prompts.
+
+2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
+       output.  Test the types of members and member pointers.
+       * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
+       gdb/2092.
+       * gdb.cp/member-ptr.exp: Search for a comment instead of a
+       statement.  Enable for GCC.  Update expected output for some tests
+       and add new tests.  Remove obsolete GCC KFAILs.  Allow GCC's class
+       layout.
+       * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
+       (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
+       (Diamond::vget_base): New.
+       (main): Add new tests.
+       * gdb.cp/printmethod.exp: Update expected output for member functions.
+       * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
+       print pEe->D::vg().
+
+2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/tls.exp: Allow stops in sem_post.
+
+2006-12-31  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/annota1.exp: Allow .*printf in backtraces.
+       * gdb.base/annota3.exp: Likewise.
+       * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
+       again (instead of timing out).
+       * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
+       GCC bug 26475.
+       * gdb.java/jmisc.exp: Adjust to work with method signatures including
+       return types.  Add kfails for GDB bugs 2214 and 2215.  Move exit
+       test from jmisc1.exp.
+       * gdb.java/jmisc1.exp: Delete.
+       * gdb.java/jprint.exp: Adjust to work with method signatures including
+       return types.
+       * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
+       * gdb.threads/linux-dp.exp: Don't be confused by program output.
+       * lib/java.exp (compile_java_from_source): Pass the correct type
+       to target_compile.
+
 2006-12-31  Joel Brobecker  <brobecker@adacore.com>
 
        * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
This page took 0.042977 seconds and 4 git commands to generate.