From: John Gilmore Date: Fri, 9 Oct 1992 06:20:26 +0000 (+0000) Subject: * infcmd.c (path_info): Avoid 250-char limit on printf_filtered, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01ae50eb0e55cf471f61d698738ffc2137d3e686;p=binutils-gdb.git * infcmd.c (path_info): Avoid 250-char limit on printf_filtered, by using puts_filtered instead. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8ae612490d4..7cf166d37fd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 8 23:19:25 1992 John Gilmore (gnu@cygnus.com) + + * infcmd.c (path_info): Avoid 250-char limit on printf_filtered, + by using puts_filtered instead. + Fri Oct 9 00:28:25 1992 Ken Raeburn (raeburn@cambridge.cygnus.com) * remote-nindy.c (nindy_load): Replacement version from Steve