Fix a typo in comments.

2010-12-03  H.J. Lu  <hongjiu.lu@intel.com>

	* lexsup.c (ld_options): Fix a typo in comments.
This commit is contained in:
H.J. Lu 2010-12-03 22:03:22 +00:00
parent 5bbdf3d565
commit 99bca8f991
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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},