aboutsummaryrefslogtreecommitdiff
path: root/gold/options.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gold/options.cc')
-rw-r--r--gold/options.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/options.cc b/gold/options.cc
index 5d56532..58ac9cf 100644
--- a/gold/options.cc
+++ b/gold/options.cc
@@ -29,6 +29,7 @@
#include "filenames.h"
#include "libiberty.h"
#include "demangle.h"
+#include "../bfd/bfdver.h"
#include "debug.h"
#include "script.h"
@@ -153,6 +154,11 @@ help()
++p)
printf(" %s", *p);
printf("\n");
+
+ // REPORT_BUGS_TO is defined in bfd/bfdver.h.
+ const char* report = REPORT_BUGS_TO;
+ if (*report != '\0')
+ printf(_("Report bugs to %s\n"), report);
}
// For bool, arg will be NULL (boolean options take no argument);