]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/coffdump.c
top level:
[thirdparty/binutils-gdb.git] / binutils / coffdump.c
index 5ec23b43f62d4eda93b360a60956fd6299121cea..8f1a407e163b76eef97a5bf7d60e101e8def5eec 100644 (file)
@@ -1,5 +1,5 @@
 /* Coff file dumper.
-   Copyright 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007
    Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
@@ -462,7 +462,7 @@ show_usage (FILE *file, int status)
   -v --version           Display the program's version\n\
 \n"));
 
-  if (status == 0)
+  if (REPORT_BUGS_TO[0] && status == 0)
     fprintf (file, _("Report bugs to %s\n"), REPORT_BUGS_TO);
 
   exit (status);