summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/ld/ldver.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/ld/ldver.c')
-rw-r--r--contrib/binutils/ld/ldver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/binutils/ld/ldver.c b/contrib/binutils/ld/ldver.c
index 6a5137b..5b600a2 100644
--- a/contrib/binutils/ld/ldver.c
+++ b/contrib/binutils/ld/ldver.c
@@ -1,5 +1,5 @@
/* ldver.c -- Print linker version.
- Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1991, 92, 93, 94, 95, 1996, 1998 Free Software Foundation, Inc.
This file is part of GLD, the Gnu Linker.
@@ -32,14 +32,14 @@ void
ldversion (noisy)
int noisy;
{
- fprintf (stdout, "GNU ld version %s (with BFD %s)\n",
+ fprintf (stdout, _("GNU ld version %s (with BFD %s)\n"),
ld_program_version, BFD_VERSION);
if (noisy)
{
ld_emulation_xfer_type **ptr = ld_emulations;
- printf (" Supported emulations:\n");
+ printf (_(" Supported emulations:\n"));
while (*ptr)
{
printf (" %s\n", (*ptr)->emulation_name);
OpenPOWER on IntegriCloud