summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-checks
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-10-25 17:40:19 +0000
committerNick Clifton <nickc@redhat.com>2005-10-25 17:40:19 +0000
commitd35e14863d21e7fbfdc164be51d6689cb7d9214f (patch)
tree4a41763cb35edca30b1a33d82068cb3837228567 /ld/testsuite/ld-checks
parent5c818fc4573b0f1b6df519e47fce4d5b5bbe1370 (diff)
downloadbinutils-redhat-d35e14863d21e7fbfdc164be51d6689cb7d9214f.tar.gz
Add support for the Z80 processor family
Diffstat (limited to 'ld/testsuite/ld-checks')
-rw-r--r--ld/testsuite/ld-checks/checks.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-checks/checks.exp b/ld/testsuite/ld-checks/checks.exp
index f18bacaac5..5e2750de81 100644
--- a/ld/testsuite/ld-checks/checks.exp
+++ b/ld/testsuite/ld-checks/checks.exp
@@ -54,6 +54,7 @@ proc section_check {} {
# Perform the equivalent of invoking ld_simple_link
# except that we need to massage the output futher.
+ verbose -log "$ld -o tmpdir/asm.x $ldflags tmpdir/asm.o"
catch "exec $ld -o tmpdir/asm.x $ldflags tmpdir/asm.o" exec_output
set exec_output [prune_warnings $exec_output]