OSDN Git Service

2001-07-11 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl@lucon.org>
Wed, 11 Jul 2001 19:50:56 +0000 (19:50 +0000)
committerH.J. Lu <hjl@lucon.org>
Wed, 11 Jul 2001 19:50:56 +0000 (19:50 +0000)
* ldmain.c (main): Fix typos in the last change.

ld/ChangeLog
ld/ldmain.c

index 0e64d1b..13bde30 100644 (file)
@@ -1,3 +1,7 @@
+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.
index ed0abd6..ca89751 100644 (file)
@@ -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