summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2001-07-11 19:50:56 +0000
committerH.J. Lu <hjl@lucon.org>2001-07-11 19:50:56 +0000
commit6939ce467b8cfc75f1fb513778abd2dc9dd77487 (patch)
tree75ca6bcdb6028ee4378c7d472dc06cb48f762385
parent91d4f5cb4de0fe155a89ea792df47e83dd7f9154 (diff)
downloadbinutils-redhat-6939ce467b8cfc75f1fb513778abd2dc9dd77487.tar.gz
2001-07-11 H.J. Lu <hjl@gnu.org>
* ldmain.c (main): Fix typos in the last change.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ldmain.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 0e64d1b167..13bde3069b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.
diff --git a/ld/ldmain.c b/ld/ldmain.c
index ed0abd6639..ca89751680 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