aboutsummaryrefslogtreecommitdiff
path: root/ld/lexsup.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-12-03 22:03:22 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-12-03 22:03:22 +0000
commit99bca8f9910421e9f659a9ce542ccc9be6b8e44d (patch)
tree08889d34d07abe03e37f38e4482c14199812a8ea /ld/lexsup.c
parent5bbdf3d565cb8fe67357238efe24929209da4f21 (diff)
downloadfsf-binutils-gdb-99bca8f9910421e9f659a9ce542ccc9be6b8e44d.zip
fsf-binutils-gdb-99bca8f9910421e9f659a9ce542ccc9be6b8e44d.tar.gz
fsf-binutils-gdb-99bca8f9910421e9f659a9ce542ccc9be6b8e44d.tar.bz2
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 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},