* gdbreplay.c (gdbreplay_version): Say gdbreplay in version

message, not gdbserver.
This commit is contained in:
Joseph Myers 2008-06-06 20:38:35 +00:00
parent 7cc70e5388
commit 90aa6a4044
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-06-06 Joseph Myers <joseph@codesourcery.com>
* gdbreplay.c (gdbreplay_version): Say gdbreplay in version
message, not gdbserver.
2008-06-05 Vladimir Prus <vladimir@codesourcery.com> 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com>
Joseph Myers <joseph@codesourcery.com> Joseph Myers <joseph@codesourcery.com>

View File

@ -396,8 +396,8 @@ gdbreplay_version (void)
{ {
printf ("GNU gdbreplay %s%s\n" printf ("GNU gdbreplay %s%s\n"
"Copyright (C) 2008 Free Software Foundation, Inc.\n" "Copyright (C) 2008 Free Software Foundation, Inc.\n"
"gdbserver is free software, covered by the GNU General Public License.\n" "gdbreplay is free software, covered by the GNU General Public License.\n"
"This gdbserver was configured as \"%s\"\n", "This gdbreplay was configured as \"%s\"\n",
PKGVERSION, version, host_name); PKGVERSION, version, host_name);
} }