From 99bca8f9910421e9f659a9ce542ccc9be6b8e44d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 3 Dec 2010 22:03:22 +0000 Subject: Fix a typo in comments. 2010-12-03 H.J. Lu * lexsup.c (ld_options): Fix a typo in comments. --- ld/lexsup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ld/lexsup.c') 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}, -- cgit v1.1