From: Carlos O'Donell Date: Fri, 20 Jun 2008 16:01:42 +0000 (+0000) Subject: gdb/gdbserver/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e4c5421d999b7b072f88f0ed1536a3511f053b9;p=binutils-gdb.git gdb/gdbserver/ 2008-06-20 Carlos O'Donell * server.c (gdbserver_usage): Mention --version. --- diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index c9ef3ab254f..c365ee7dc6d 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2008-06-20 Carlos O'Donell + + * server.c (gdbserver_usage): Mention --version. + 2008-06-06 Daniel Jacobowitz * Makefile.in (gdbreplay.o): New rule. diff --git a/gdb/gdbserver/server.c b/gdb/gdbserver/server.c index 57f5500d3e0..27fa3840981 100644 --- a/gdb/gdbserver/server.c +++ b/gdb/gdbserver/server.c @@ -1197,6 +1197,7 @@ gdbserver_usage (FILE *stream) "\n" "Options:\n" " --debug\t\tEnable debugging output.\n" + " --version\t\tDisplay version information and exit.\n" " --wrapper WRAPPER --\tRun WRAPPER to start new programs.\n"); if (REPORT_BUGS_TO[0] && stream == stdout) fprintf (stream, "Report bugs to \"%s\".\n", REPORT_BUGS_TO);