aboutsummaryrefslogtreecommitdiff
path: root/binutils/nlmconv.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-04-03 14:10:05 +0000
committerAlan Modra <amodra@gmail.com>2000-04-03 14:10:05 +0000
commitc20f4f8c21dcede76fe50dc3e19f5e8056232b94 (patch)
treecd6ff2baedb42d32c8f18a52f26431f88c8e9ed0 /binutils/nlmconv.c
parent7876dd4328a3270de573c089669cbf8b008304fd (diff)
downloadfsf-binutils-gdb-c20f4f8c21dcede76fe50dc3e19f5e8056232b94.zip
fsf-binutils-gdb-c20f4f8c21dcede76fe50dc3e19f5e8056232b94.tar.gz
fsf-binutils-gdb-c20f4f8c21dcede76fe50dc3e19f5e8056232b94.tar.bz2
Move bug report string to one place.
Diffstat (limited to 'binutils/nlmconv.c')
-rw-r--r--binutils/nlmconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c
index f1c8b6c..93788a9 100644
--- a/binutils/nlmconv.c
+++ b/binutils/nlmconv.c
@@ -1138,7 +1138,7 @@ Usage: %s [-dhV] [-I bfdname] [-O bfdname] [-T header-file] [-l linker]\n\
[in-file [out-file]]\n"),
program_name);
if (status == 0)
- fprintf (file, _("Report bugs to bug-gnu-utils@gnu.org\n"));
+ fprintf (file, REPORT_BUGS_TO);
exit (status);
}