Skip to content
Snippets Groups Projects
Commit 612bdda1 authored by Ian Lance Taylor's avatar Ian Lance Taylor
Browse files

Fix comment.

parent ec6dfed6
No related branches found
No related tags found
No related merge requests found
...@@ -2190,9 +2190,9 @@ Input_objects::check_dynamic_dependencies() const ...@@ -2190,9 +2190,9 @@ Input_objects::check_dynamic_dependencies() const
(*p)->set_has_unknown_needed_entries(!found_all); (*p)->set_has_unknown_needed_entries(!found_all);
// --copy-dt-needed-entries aka --add-needed is a GNU ld option // --copy-dt-needed-entries aka --add-needed is a GNU ld option
// --that gold does not support. However, they cause no trouble // that gold does not support. However, they cause no trouble
// --unless there is a DT_NEEDED entry that we don't know about; // unless there is a DT_NEEDED entry that we don't know about;
// --warn only in that case. // warn only in that case.
if (!found_all if (!found_all
&& !issued_copy_dt_needed_error && !issued_copy_dt_needed_error
&& (parameters->options().copy_dt_needed_entries() && (parameters->options().copy_dt_needed_entries()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment