* gdb.base/return.c: Put return values into variables so we
authorJeff Law <law@redhat.com>
Thu, 20 Jul 1995 18:43:53 +0000 (18:43 +0000)
committerJeff Law <law@redhat.com>
Thu, 20 Jul 1995 18:43:53 +0000 (18:43 +0000)
can have gdb print them rather than depending on the program
to print them.
* gdb.base/return.exp: Corresponding changes.

gdb/testsuite/ChangeLog

index 1a4447f..73620d0 100644 (file)
@@ -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.