* main.c (main): Print GDB version number in gdb -help; doc pid arg.

Suggested by Marty Leisner, <leisner@eso.mc.xerox.com>.
(print_gdb_version):  New arg is stdout or stderr.  Callers changed.
This commit is contained in:
John Gilmore 1992-11-24 07:20:42 +00:00
parent ba487f3ad2
commit b0944a3377

View file

@ -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, <leisner@eso.mc.xerox.com>.
(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,