aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1995-04-08 10:00:31 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1995-04-08 10:00:31 +0000
commit6b61e21dbbab950aebf3115e812b263d85fb124b (patch)
treefecf50aee6ca150e366f010d86e84eeb5e5dc4c8 /gdb/testsuite
parent41270571562fe1b32a38ba7a49dac8a9e416d1c8 (diff)
downloadgdb-6b61e21dbbab950aebf3115e812b263d85fb124b.zip
gdb-6b61e21dbbab950aebf3115e812b263d85fb124b.tar.gz
gdb-6b61e21dbbab950aebf3115e812b263d85fb124b.tar.bz2
* 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.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index ebca1ee..cdec029 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