2000-04-03 H.J. Lu (hjl@gnu.org)
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 3 Apr 2000 17:17:36 +0000 (17:17 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 3 Apr 2000 17:17:36 +0000 (17:17 +0000)
* size.c (usage): Use REPORT_BUGS_TO.

binutils/ChangeLog
binutils/size.c

index 27720da4c652bcd8e970040e8c3558debc2d45cc..4e5f803e00d1828e47fa07b565225e2b0892f3a4 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-03  H.J. Lu  (hjl@gnu.org)
+
+       * size.c (usage): Use REPORT_BUGS_TO.
+
 2000-04-03  Alan Modra  <alan@linuxcare.com.au>
 
        * bucomm.h: #include "bin-bugs.h"
index c93850c6a186ea37493854e075309580a1bb5374..52d00356d65c0ca87c3032a688f689623d85d2ca 100644 (file)
@@ -86,7 +86,7 @@ Usage: %s [-ABdoxV] [--format=berkeley|sysv] [--radix=8|10|16]\n\
 #endif
   list_supported_targets (program_name, stream);
   if (status == 0)
-    fprintf (stream, _("Report bugs to bug-gnu-utils@gnu.org\n"));
+    fprintf (stream, REPORT_BUGS_TO);
   exit (status);
 }
 
This page took 0.031515 seconds and 4 git commands to generate.