This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
PATCH: Fix a typo in comments
- From: "H.J. Lu" <hongjiu dot lu at intel dot com>
- To: binutils at sourceware dot org
- Date: Fri, 3 Dec 2010 14:04:01 -0800
- Subject: PATCH: Fix a typo in comments
- Reply-to: "H.J. Lu" <hjl dot tools at gmail dot com>
Hi,
I checked in this patch to fix a typo in comments.
H.J.
---
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f9835ea..2aa1dc0 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-03 H.J. Lu <hongjiu.lu@intel.com>
+
+ * lexsup.c (ld_options): Fix a typo in comments.
+
2010-12-01 H.J. Lu <hongjiu.lu@intel.com>
* plugin.h: Re-indent.
diff --git a/ld/lexsup.c b/ld/lexsup.c
index b6274f8..e4356bc 100644
--- a/ld/lexsup.c
+++ b/ld/lexsup.c
@@ -350,8 +350,7 @@ static const struct ld_option ld_options[] =
/* The next two options are deprecated because of their similarity to
--as-needed and --no-as-needed. They have been replaced by
- --resolve-implicit-dynamic-symbols and
- --no-resolve-implicit-dynamic-symbols. */
+ --copy-dt-needed-entries and --no-copy-dt-needed-entries. */
{ {"add-needed", no_argument, NULL, OPTION_ADD_DT_NEEDED_FOR_DYNAMIC},
'\0', NULL, NULL, NO_HELP },
{ {"no-add-needed", no_argument, NULL, OPTION_NO_ADD_DT_NEEDED_FOR_DYNAMIC},