]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/size.c
top level:
[thirdparty/binutils-gdb.git] / binutils / size.c
index 36a9af90c1ae2a1aed9ed3816f3e04b8e8bcdf3b..b2e2b2083413d29fa9c60efa8e4360bcbb67c3c2 100644 (file)
@@ -1,6 +1,6 @@
 /* size.c -- report size of various sections of an executable file.
    Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-   2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+   2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -98,7 +98,7 @@ usage (FILE *stream, int status)
 #endif
 );
   list_supported_targets (program_name, stream);
-  if (status == 0)
+  if (REPORT_BUGS_TO[0] && status == 0)
     fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
   exit (status);
 }