summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-selective
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-04-11 16:55:27 +0000
committerNick Clifton <nickc@redhat.com>2002-04-11 16:55:27 +0000
commit0fad557c91fffb2385964dadedcc93e83884a797 (patch)
treec7aef42ce8484140ab84df22a10dbc24ef8ac7cd /ld/testsuite/ld-selective
parent40dd76a93038dd94c7e0355284fdd23b077f7b34 (diff)
downloadbinutils-redhat-0fad557c91fffb2385964dadedcc93e83884a797.tar.gz
Add 'n' in order to prevent "-n" from being taken as an abbreviation for
"--no-pipeline-knowledge".
Diffstat (limited to 'ld/testsuite/ld-selective')
-rw-r--r--ld/testsuite/ld-selective/selective.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp
index e9cf48f053..2678409757 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -104,11 +104,13 @@ foreach testitem $seltests {
}
# V850 targets need libgcc.a
+ # FIXME: This does not work with installed toolchains!
if [istarget v850*-*-elf] {
set objfile "$objfile -L ../gcc -lgcc"
}
# ARM targets need libgcc.a in THUMB mode so that __call_via_r3 is provided
+ # FIXME: This does not work with installed toolchains!
if {[istarget arm-*-*] || [istarget xscale-*-*]} {
set objfile "$objfile -L ../gcc -lgcc"
}