diff options
Diffstat (limited to 'gcc/mips-tdump.c')
-rw-r--r-- | gcc/mips-tdump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c index d2bc5cbeb66..a6dcb57cfa0 100644 --- a/gcc/mips-tdump.c +++ b/gcc/mips-tdump.c @@ -1410,8 +1410,8 @@ main (int argc, char **argv) if (version) { - printf ("mips-tdump (GCC) %s\n", version_string); - fputs ("Copyright (C) 2006 Free Software Foundation, Inc.\n", stdout); + printf ("mips-tdump %s%s\n", pkgversion_string, version_string); + fputs ("Copyright (C) 2007 Free Software Foundation, Inc.\n", stdout); fputs ("This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n", stdout); |