From: John Gilmore Date: Tue, 24 Nov 1992 07:20:42 +0000 (+0000) Subject: * main.c (main): Print GDB version number in gdb -help; doc pid arg. X-Git-Tag: gdb-4_18~20620 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0944a337747984a6189ee77d4496b2b0cdd0c5a;p=external%2Fbinutils.git * main.c (main): Print GDB version number in gdb -help; doc pid arg. Suggested by Marty Leisner, . (print_gdb_version): New arg is stdout or stderr. Callers changed. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 09d9c9a..3ecc175 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -75,6 +75,12 @@ Fri Nov 20 21:35:57 1992 Fred Fish (fnf@cygnus.com) chill_printstr. **** end-sanitize-chill **** +Thu Nov 19 21:22:21 1992 John Gilmore (gnu@cygnus.com) + + * main.c (main): Print GDB version number in gdb -help; doc pid arg. + Suggested by Marty Leisner, . + (print_gdb_version): New arg is stdout or stderr. Callers changed. + Wed Nov 18 15:05:45 1992 Ian Lance Taylor (ian@cygnus.com) * remote-vx.c (vx_kill): just warn if we can't contact the board,