From e97cb84f5a8681ca726d70dd6a7822732d407e14 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 11 Jul 2001 19:50:56 +0000 Subject: [PATCH] 2001-07-11 H.J. Lu * ldmain.c (main): Fix typos in the last change. --- ld/ChangeLog | 4 ++++ ld/ldmain.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 0e64d1b..13bde30 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2001-07-11 H.J. Lu + + * ldmain.c (main): Fix typos in the last change. + 2001-07-11 Jakub Jelinek * ldmain.c (main): Disallow -F and -f without -shared. 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 -- 2.7.4