* main.c (main): Print GDB version number in gdb -help; doc pid arg.
authorJohn Gilmore <gnu@cygnus>
Tue, 24 Nov 1992 07:20:42 +0000 (07:20 +0000)
committerJohn Gilmore <gnu@cygnus>
Tue, 24 Nov 1992 07:20:42 +0000 (07:20 +0000)
Suggested by Marty Leisner, <leisner@eso.mc.xerox.com>.
(print_gdb_version):  New arg is stdout or stderr.  Callers changed.

gdb/ChangeLog

index 09d9c9a..3ecc175 100644 (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,