* ldmain.c (main): Fix typos in the last change.
+2001-07-11 H.J. Lu <hjl@gnu.org>
+
+ * ldmain.c (main): Fix typos in the last change.
+
2001-07-11 Jakub Jelinek <jakub@redhat.com>
* ldmain.c (main): Disallow -F and -f without -shared.
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