diff options
author | Fred Fish <fnf@specifix.com> | 1996-05-23 20:38:54 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-05-23 20:38:54 +0000 |
commit | 04d5f3d6eca3567292f472830fcbef379a69ca1a (patch) | |
tree | de25a244e3ffbad6afb754f9693a053d90200006 /gdb/testsuite/ChangeLog | |
parent | a5d0cd5037c0074b4359243dfb1efcf4ad5f874d (diff) | |
download | gdb-04d5f3d6eca3567292f472830fcbef379a69ca1a.zip gdb-04d5f3d6eca3567292f472830fcbef379a69ca1a.tar.gz gdb-04d5f3d6eca3567292f472830fcbef379a69ca1a.tar.bz2 |
* gdb.base/callfuncs.exp: Remove the compiler info file prior to
attempting to regenerate it. Eliminate use of a temporary file
and just generate the info file directly. Source it immediately,
for consistency of use.
* gdb.base/corefile.exp: Ditto
* gdb.base/exprs.exp: Ditto.
* gdb.base/funcargs.exp: Ditto.
* gdb.base/langs.exp: Ditto.
* gdb.base/list.exp: Ditto.
* gdb.base/mips_pro.exp: Ditto.
* gdb.base/nodebug.exp: Ditto.
* gdb.base/opaque.exp: Ditto.
* gdb.base/ptype.exp: Ditto.
* gdb.base/scope.exp: Ditto.
* gdb.base/setvar.exp: Ditto.
* gdb.base/signals.exp: Ditto.
* gdb.base/whatis.exp: Ditto.
* gdb.c++/templates.exp: Ditto.
* gdb.c++/virtfunc.exp: Ditto.
* gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
whether or not to add -lstdc++ to the compile command line args.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1d698c5..3748263 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,34 @@ +Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com> + + * gdb.base/callfuncs.exp: Remove the compiler info file prior to + attempting to regenerate it. Eliminate use of a temporary file + and just generate the info file directly. Source it immediately, + for consistency of use. + * gdb.base/corefile.exp: Ditto + * gdb.base/exprs.exp: Ditto. + * gdb.base/funcargs.exp: Ditto. + * gdb.base/langs.exp: Ditto. + * gdb.base/list.exp: Ditto. + * gdb.base/mips_pro.exp: Ditto. + * gdb.base/nodebug.exp: Ditto. + * gdb.base/opaque.exp: Ditto. + * gdb.base/ptype.exp: Ditto. + * gdb.base/scope.exp: Ditto. + * gdb.base/setvar.exp: Ditto. + * gdb.base/signals.exp: Ditto. + * gdb.base/whatis.exp: Ditto. + * gdb.c++/templates.exp: Ditto. + * gdb.c++/virtfunc.exp: Ditto. + * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide + whether or not to add -lstdc++ to the compile command line args. + +Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*", + it got fixed by the recent lookup_minimal_symbol_by_pc change. + Increase timeout, a lot of single stepping might be needed if the + target has no hardware watchpoints. + Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com) * gdb.base/break.exp: Ignore compiler warnings when compiling |