2004-05-24 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 2b2d4b440223379381a3b33300e62812147bdbed..29ee7a7cbd89af6969e1b8e6cedbd6b57b7c55c4 100644 (file)
@@ -1,3 +1,206 @@
+2004-05-24  Randolph Chung  <tausq@debian.org>
+
+       * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
+       * gdb.asm/pa.inc: New file.
+
+2004-05-22  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
+
+2004-05-21  Joel Brobecker  <brobecker@gnat.com>
+            Daniel Jacobowitz  <drow@mvista.com>
+
+       * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
+       GDB prompt.
+
+2004-05-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of 
+       setjmp/longjmp.  Use sigaction instead of signal.
+
+2004-05-19  J. Brobecker  <brobecker@gnat.com>
+            Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.threads/pthread_cond_wait.c: New file.
+       * gdb.threads/pthread_cond_wait.exp: New testcase.
+
+2004-05-13  Andrew Cagney  <cagney@redhat.com>
+
+       * gdb.base/signull.exp, gdb.base/signull.c: New files.
+       * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
+
+2004-05-11  Andrew Cagney  <cagney@redhat.com>
+
+       * gdb.base/sigstep.exp (advancei): Update KFAILs.  gdb/1613 is
+       fixed but revealed gdb/1639.
+
+2004-05-10  Andrew Cagney  <cagney@redhat.com>
+
+       * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
+       func1" and "next to 2nd alarm", kernel bug avoided.
+
+2004-05-10  Daniel Jacobowitz  <dan@debian.org>
+
+       PR external/1568
+       * gdb.base/bigcore.exp: Check the size of the dumped core file.
+       XFAIL if it is smaller than bytes_allocated.
+       * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
+       (main): Make chunks_allocated unsigned.  Correct comment.
+
+2004-05-07  Joel Brobecker  <brobecker@gnat.com>
+
+       * gdb.arch/powerpc-aix-prologue.c: New file.
+       * gdb.arch/powerpc-aix-prologue.exp: New file.
+
+2004-05-07  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
+       gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
+
+2004-05-06  Joel Brobecker  <brobecker@gnat.com>
+
+       * gdb.base/sep.exp: No longer setup_kfail when the program was
+       built with dwarf2.
+
+2004-05-05  Jim Ingham  <jingham@apple.com>
+
+       * gdb.base/pending.exp: Make sure pending breakpoints
+       preserve the ignore count.
+       
+2004-04-27  Jerome Guitton  <guitton@gnat.com>
+
+       * i386-prologue.exp: Add testcase for jump instruction as first
+       instruction of the real code.
+       * i386-prologue.c (jump_at_beginning): New function.
+
+2004-04-28  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
+       x86_64-*-*.
+
+2004-04-28  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
+       i*86-*-*.
+
+2004-04-25  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/call-sc.exp (start_scalars_test): Fix regular
+       expression that checks the return type.
+
+2004-04-23  Andrew Cagney  <cagney@redhat.com>
+
+       * gdb.base/call-sc.exp: New test of scalar call/return values.
+       * gdb.base/call-sc.c: Ditto.
+
+2004-04-23  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.threads/manythreads.c: Reduce thread stack size.
+
+2004-04-23  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * gdb.threads/manythreads.c: Add copyright notice.
+
+2004-04-23  Andrew Cagney  <cagney@redhat.com>
+
+       * gdb.base/siginfo.exp: Better handle step out of signal.
+       * gdb.base/sigstep.exp: Ditto.
+
+2004-04-22  Jeff Johnston  <jjohnstn@redhat.com>
+            Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdb.threads/manythreads.c: New testcase.
+       * gdb.threads/manythreads.exp: Ditto.
+
+2004-04-22  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
+       gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
+
+2004-04-21  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.stabs/weird.exp: Accept full pathname for $binfile.
+
+2004-04-21  Andrew Cagney  <cagney@redhat.com>
+
+       * gdb.base/sigstep.c: New file.
+       * gdb.base/sigstep.exp: New file.
+
+2004-04-16  Joel Brobecker  <brobecker@gnat.com>
+
+       * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
+       call to observer_notify_normal_stop.
+
+2004-04-15  Andrew Cagney  <cagney@redhat.com>
+
+       * gdb.base/siginfo.c: New file.
+       * gdb.base/siginfo.exp: New file.
+
+2004-04-12  J. Brobecker  <brobecker@gnat.com>
+
+       * gdb.base/sep.exp: Fix typo in comment.
+
+2004-04-12  J. Brobecker  <brobecker@gnat.com>
+
+       * gdb.base/sep.c: New file.
+       * gdb.base/sep-proc.c: New file.
+       * gdb.base/sep.exp: New testcase.
+
+2004-04-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
+       support.
+
+2004-04-05  Andrew Cagney  <cagney@redhat.com>
+
+       * gdb.base/sigaltstack.c: New file.
+       * gdb.base/sigaltstack.exp: New file.
+
+2004-04-04  Joel Brobecker  <brobecker@gnat.com>
+
+       * gdb.base/foll-fork.exp: Update the expected output for
+       "help set follow-fork-mode", to match a change that was made
+       to the help of this variable on 2004-01-13.
+
+2004-04-01  Joel Brobecker  <brobecker@gnat.com>
+
+       * lib/ada.exp: Add copyright notice.
+       * bar.ads: Likewise.
+       * bar.adb: Likewise.
+       * null_record.adb: Likewise.
+       * null_record.exp: Likewise.
+       * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
+
+2004-04-01  Joel Brobecker  <brobecker@gnat.com>
+
+       * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
+       * configure: Regenerate.
+
+2004-04-01  Joel Brobecker  <brobecker@gnat.com>
+
+       * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
+       to build the application. Remove the message printed when in
+       verbose mode, redundant with the UNSUPPORTED message above.
+
+2004-03-31  Joel Brobecker  <brobecker@gnat.com>
+
+       * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
+       * gdb.ada (null_record.exp): New testcase.
+
+2004-03-31  Joel Brobecker  <brobecker@gnat.com>
+
+       * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
+
+2004-03-31  Joel Brobecker  <brobecker@gnat.com>
+
+       * gdb.ada: New subdirectory.
+       * gdb.ada/Makefile.in: New file.
+       * gdb.ada/gnat_ada.gpr.in: New file.
+
+2004-03-31  Joel Brobecker  <brobecker@gnat.com>
+
+       * lib/ada.exp: New file.
+
 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdb.base/gdb1250.exp: Use runto {allow-pending}.
This page took 0.030942 seconds and 4 git commands to generate.