aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils/ld/ldver.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-05-12 23:15:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-05-12 23:15:20 +0000
commit78ce21c1dfcbe7807f37679871930161a4431ea9 (patch)
tree9d4ce42d357c391a11d77254b770908c02ecf672 /contrib/binutils/ld/ldver.c
parent4a6dfd6c0adbe41f5abde95c957a415f8b6eb3dd (diff)
downloadsrc-78ce21c1dfcbe7807f37679871930161a4431ea9.tar.gz
src-78ce21c1dfcbe7807f37679871930161a4431ea9.zip
Import of Binutils 2.10 snapshot.
Notes
Notes: svn path=/vendor/binutils/dist/; revision=60484
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 6a5137b4e25a..5b600a2bbd09 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);