aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-03-22 20:30:13 +1100
committerBen Elliston <bje@gnu.org>2016-03-22 20:30:13 +1100
commit77221613b54a74b46267b12552b6e610df89d492 (patch)
tree690f77e07a0da5b59ad4b4b6d8796f418c2b9371
parent18050f28ef10657a5073f83b6b57fc4460bdc76f (diff)
* lib/target.exp (only--Ls): Change '???' comment to a note. This
isn't a serious shortcoming, but the comment should be retained.
-rw-r--r--ChangeLog5
-rw-r--r--lib/target.exp4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7babcd6..cf638b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-03-22 Ben Elliston <bje@gnu.org>
+
+ * lib/target.exp (only--Ls): Change '???' comment to a note. This
+ isn't a serious shortcoming, but the comment should be retained.
+
2016-03-22 Rob Savoye <rob.savoye@linaro.org>
* baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
diff --git a/lib/target.exp b/lib/target.exp
index 323a155..6634345 100644
--- a/lib/target.exp
+++ b/lib/target.exp
@@ -753,8 +753,8 @@ proc default_link { board objects destfile flags } {
set ldflags [split $ldflags]
set len [llength $ldflags]
for { set i 0 } { $i < $len } { incr i } {
- # ??? We ignore the situation where a -L is actually the argument
- # to an option.
+ # Note: We ignore the situation where a -L is actually the
+ # argument to an option.
set arg [lindex $ldflags $i]
regsub "^-Wl," $arg "" arg
if {[regexp "^-L" $arg]} {