From: Jim Kingdon Date: Thu, 30 Jun 1994 21:24:57 +0000 (+0000) Subject: * infrun.c (wait_for_inferior): Print "Program exited normally" X-Git-Tag: gdb-4_18~14107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=018d94f53c3a2bbf5b6cbd3f09a6aa4f51bb997e;p=external%2Fbinutils.git * infrun.c (wait_for_inferior): Print "Program exited normally" regardless of batch_mode. * defs.h, top.c (batch_mode): Removed. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b468fbc..49eb1d1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/top.c b/gdb/top.c index 692df82..8e6d56c 100644 --- 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)); -} - static void init_cmd_lists ()