OSDN Git Service

2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
[pf3gnuchains/pf3gnuchains3x.git] / gdb / testsuite / ChangeLog
index 8218c23..7c20284 100644 (file)
@@ -1,3 +1,88 @@
+2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/maint.exp: Add 'maint print architecture' item to output
+       of 'help maint print' command.
+
+Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
+       they use gdb_expect_list.
+
+Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/commands.exp: Use ``set remote
+       memory-read-packet-size'' instead of ``set endian big'' to test
+       long commands.
+
+2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
+
+       * gdb.c++/templates.exp (do_tests): Make all of these work under
+       g++, and stop skipping them. 
+
+       * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
+       work under g++.
+
+       * gdb.c++/misc.cc: Fix ambiguous initialization with correct 
+       initialization.
+
+2000-06-02  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/annota1.exp (run until main breakpoint): Loosen up
+       the regular expression: accept an (almost) arbitrary sequence of
+       "frames-invalid" and "breakpoints-invalid" messages both before
+       and after the "starting" message.
+
+2000-06-02  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.c++/local.exp: This test has never been known to work with g++.
+
+2000-05-18  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/annota1.exp (annotate-signal-handler-caller):
+       Relax the regular expression a little, make it pass on Solaris 8.
+
+2000-05-12  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
+       a call, do not require that gdb stop on the line after the call. 
+       Instead, it is permissible for gdb to stop on the line of the
+       call itself.
+
+2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
+
+       * gdb.base/break.exp (bp on small function, optimized file):
+       Add a second pass pattern.  The behavior differs here between stabs
+       and dwarf for one-line functions.  Stabs preserves two line symbols
+       (one before the prologue and one after) with the same line number,
+       but dwarf regards these as duplicates and discards one of them.
+       Therefore the address after the prologue (where the breakpoint is)
+       has no exactly matching line symbol, and GDB reports the breakpoint
+       as if it were in the middle of a line rather than at the beginning.
+
+2000-05-08  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/interrupt.exp: Make "pass" message say "send" 
+       rather than "send_gdb" (for consistancy).
+
+Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
+       * gdb.c++/templates.cc: Properly check for GCC version number.
+       * lib/compiler.cc: Likewise
+
+2000-04-28  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/break.exp: When compiled with -O2 optimization, 
+       gdb may not stop at the first line of main, due to code motion.
+
+2000-04-26  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
+       This test depends on parsing the printf output from the target.
+       Since the sparclet stub doesn't do stdio, this will never work.
+       * gdb.base/call-rt-st.exp: ditto.
+       * gdb.base/call-strs: ditto.
+
 2000-04-24  Michael Snyder  <msnyder@seadog.cygnus.com>
 
        * gdb.base/miscexprs.exp: make sizeof long array test portable.