summaryrefslogtreecommitdiff
path: root/ld/lexsup.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-12-03 22:03:21 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-12-03 22:03:21 +0000
commit76353ad8c19d862938a0ac134d6ca67f044bc8fc (patch)
tree7421f093459e3a34c7f593554947e41752426e8c /ld/lexsup.c
parent17c1b2920d362780af1c19ebfc860899192d2051 (diff)
downloadbinutils-redhat-76353ad8c19d862938a0ac134d6ca67f044bc8fc.tar.gz
Fix a typo in comments.
2010-12-03 H.J. Lu <hongjiu.lu@intel.com> * lexsup.c (ld_options): Fix a typo in comments.
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r--ld/lexsup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c
index b6274f8921..e4356bc200 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},