(options::help): Print bug reporting address.
2008-03-25 Ian Lance Taylor <iant@google.com>
+ * options.cc: Include "../bfd/bfdver.h".
+ (options::help): Print bug reporting address.
+
* version.cc (print_version): Adjust output for current value of
BFD_VERSION_STRING.
#include "filenames.h"
#include "libiberty.h"
#include "demangle.h"
+#include "../bfd/bfdver.h"
#include "debug.h"
#include "script.h"
++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);