aboutsummaryrefslogtreecommitdiff
path: root/gold/object.cc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2010-02-11 07:40:11 +0000
committerIan Lance Taylor <ian@airs.com>2010-02-11 07:40:11 +0000
commit612bdda1388367fe02d0c4096e87ce7668d4b3ee (patch)
tree376076b33ea540b0888fcfa9b2008896f6e9bdf0 /gold/object.cc
parentec6dfed69baea2819c0d8f6b9ba33acffd1a6c6f (diff)
downloadgdb-612bdda1388367fe02d0c4096e87ce7668d4b3ee.zip
gdb-612bdda1388367fe02d0c4096e87ce7668d4b3ee.tar.gz
gdb-612bdda1388367fe02d0c4096e87ce7668d4b3ee.tar.bz2
Fix comment.
Diffstat (limited to 'gold/object.cc')
-rw-r--r--gold/object.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gold/object.cc b/gold/object.cc
index 7d50514..85353cf 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()