From: Fernando Nasser Date: Wed, 29 Jul 1998 18:59:19 +0000 (+0000) Subject: * symfile.c (add_symbol_file_command): Test for the from_tty X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ef0351db63229a56d17cab4015d9a08e68922c6;p=binutils-gdb.git * symfile.c (add_symbol_file_command): Test for the from_tty parameter and avoid query when not interactive. PR16620 --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6e1966eee77..d9e5eebc5ca 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +1998-07-29 Fernando Nasser + + * symfile.c (add_symbol_file_command): Test for the from_tty + parameter and avoid query when not interactive. + start-sanitize-am33 Wed Jul 29 10:39:29 1998 Jeffrey A Law (law@cygnus.com)