* infrun.c (wait_for_inferior): Print "Program exited normally"
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 30 Jun 1994 21:24:57 +0000 (21:24 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 30 Jun 1994 21:24:57 +0000 (21:24 +0000)
regardless of batch_mode.
* defs.h, top.c (batch_mode): Removed.

gdb/ChangeLog
gdb/top.c

index b468fbc..49eb1d1 100644 (file)
@@ -1,3 +1,9 @@
+Thu Jun 30 13:59:23 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * infrun.c (wait_for_inferior): Print "Program exited normally"
+       regardless of batch_mode.
+       * defs.h, top.c (batch_mode): Removed.
+
 Wed Jun 29 18:53:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
        * Makefile.in (dcache_h): Remove redundant definition.
index 692df82..8e6d56c 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -2234,13 +2234,6 @@ int signo;
   error ("Erroneous arithmetic operation.");
 }
 
-/* Return whether we are running a batch file or from terminal.  */
-int
-batch_mode ()
-{
-  return !(instream == stdin && ISATTY (stdin));
-}
-
 \f
 static void
 init_cmd_lists ()