From: Peter Schauer Date: Sat, 8 Apr 1995 10:00:31 +0000 (+0000) Subject: * gdb.base/nodebug.c: Change return type of top and middle to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b61e21dbbab950aebf3115e812b263d85fb124b;p=binutils-gdb.git * gdb.base/nodebug.c: Change return type of top and middle to short. * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they are fixed by the recent mdebugread.c changes. Allow `short ()' as type for top and middle. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ebca1eece07..cdec02998ee 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * gdb.base/nodebug.c: Change return type of top and middle to + short. + * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they + are fixed by the recent mdebugread.c changes. Allow `short ()' + as type for top and middle. + Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com) * gdb.base/break.exp: Remove commented out if $usestubs {}. As