From: Peter Schauer Date: Tue, 12 Jul 1994 07:04:15 +0000 (+0000) Subject: * gdb.base/return.exp: Add comment and message for `return double' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3ac803fe6c1256b3d6a631ca5b1ef9774794963;p=binutils-gdb.git * gdb.base/return.exp: Add comment and message for `return double' test failure on Sparc Solaris. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 67f1bb8a328..c65eba4d9bb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,10 +1,20 @@ +Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * gdb.base/return.exp: Add comment and message for `return double' + test failure on Sparc Solaris. + +Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com) + + * lib/gdb.exp (runto): Allow for optionality of breakpoint address. + Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler from optimizing them away. * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect patterns to include default constructors and assignment operators, - to match gcc versions beyond 2.5.8. + to match gcc versions beyond 2.5.8. Accept any cplus demangling + character in the output of the virtual base pointer. Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)