TI C54x target.
[deliverable/binutils-gdb.git] / gas / gasp.c
index b35a4ae57c1671b23e3eeaa08d3e748b489ca2ed..a8f56192aeeb3cb96568d74713373347274b6a85 100644 (file)
@@ -50,6 +50,7 @@ suitable for gas to consume.
 */
 
 #include "config.h"
+#include "bin-bugs.h"
 
 #include <stdio.h>
 #include <string.h>
@@ -3550,7 +3551,7 @@ Usage: %s \n\
   [-Ipath]                        add to include path list\n\
   [in-file]\n"));
   if (status == 0)
-    printf (_("\nReport bugs to bug-gnu-utils@gnu.org\n"));
+    printf (_("Report bugs to %s\n"), REPORT_BUGS_TO);
   exit (status);
 }
 
This page took 0.023612 seconds and 4 git commands to generate.