Fix comment.
authorIan Lance Taylor <ian@airs.com>
Thu, 11 Feb 2010 07:40:11 +0000 (07:40 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 11 Feb 2010 07:40:11 +0000 (07:40 +0000)
gold/object.cc

index 7d505147cc03da4f1e7d162f3d923a58fad647e5..85353cfdf9129f279deb4f5b94619db15459c24f 100644 (file)
@@ -2190,9 +2190,9 @@ Input_objects::check_dynamic_dependencies() const
       (*p)->set_has_unknown_needed_entries(!found_all);
 
       // --copy-dt-needed-entries aka --add-needed is a GNU ld option
-      // --that gold does not support.  However, they cause no trouble
-      // --unless there is a DT_NEEDED entry that we don't know about;
-      // --warn only in that case.
+      // that gold does not support.  However, they cause no trouble
+      // unless there is a DT_NEEDED entry that we don't know about;
+      // warn only in that case.
       if (!found_all
          && !issued_copy_dt_needed_error
          && (parameters->options().copy_dt_needed_entries()
This page took 0.029839 seconds and 4 git commands to generate.