From: Jeff Law Date: Thu, 20 Jul 1995 18:43:53 +0000 (+0000) Subject: * gdb.base/return.c: Put return values into variables so we X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f20dfd566a2ec60e107cc0adde3bd1bc62b459f0;p=binutils-gdb.git * gdb.base/return.c: Put return values into variables so we can have gdb print them rather than depending on the program to print them. * gdb.base/return.exp: Corresponding changes. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1a4447f90cd..73620d0c74a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ Thu Jul 20 11:40:13 1995 Jeff Law (law@snake.cs.utah.edu) + * gdb.base/return.c: Put return values into variables so we + can have gdb print them rather than depending on the program + to print them. + * gdb.base/return.exp: Corresponding changes. + * lib/gdb.exp: Provide default value for noinferiorio. * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from the inferior.