From: Ian Lance Taylor Date: Thu, 11 Feb 2010 07:40:11 +0000 (+0000) Subject: Fix comment. X-Git-Tag: gdb_7_1-2010-02-18-branchpoint~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=612bdda1388367fe02d0c4096e87ce7668d4b3ee;p=thirdparty%2Fbinutils-gdb.git Fix comment. --- diff --git a/gold/object.cc b/gold/object.cc index 7d505147cc0..85353cfdf91 100644 --- a/gold/object.cc +++ b/gold/object.cc @@ -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()