From e97cb84f5a8681ca726d70dd6a7822732d407e14 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 11 Jul 2001 19:50:56 +0000 Subject: 2001-07-11 H.J. Lu * ldmain.c (main): Fix typos in the last change. --- ld/ldmain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ld/ldmain.c') diff --git a/ld/ldmain.c b/ld/ldmain.c index ed0abd6..ca89751 100644 --- a/ld/ldmain.c +++ b/ld/ldmain.c @@ -276,9 +276,9 @@ main (argc, argv) if (! link_info.shared) { if (command_line.filter_shlib) - einfo ("%P%F: -F may not be used without -shared\n")); + einfo (_("%P%F: -F may not be used without -shared\n")); if (command_line.auxiliary_filters) - einfo ("%P%F: -f may not be used without -shared\n")); + einfo (_("%P%F: -f may not be used without -shared\n")); } /* Treat ld -r -s as ld -r -S -x (i.e., strip all local symbols). I -- cgit v1.1