aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-m68hc11/m68hc11.exp
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-02-13 02:31:53 +0000
committerAlan Modra <amodra@gmail.com>2012-02-13 02:31:53 +0000
commitfae5f26d81ece45024c9bd91bcec85a0aa5825f6 (patch)
tree01ec8e8d3860c8f8b2f0c027c3bddff5f8ad2e24 /ld/testsuite/ld-m68hc11/m68hc11.exp
parent017761eafed655da667785bd75a86e12b31b932f (diff)
downloadgdb-fae5f26d81ece45024c9bd91bcec85a0aa5825f6.zip
gdb-fae5f26d81ece45024c9bd91bcec85a0aa5825f6.tar.gz
gdb-fae5f26d81ece45024c9bd91bcec85a0aa5825f6.tar.bz2
* ld-m68hc11/m68hc11.exp: Run for m68hc11-*-* and m68hc12-*-*.
* ld-m68hc11/adj-brset.d: Remove redundant #target line. Add -m m68hc11elf to ld invocation. * ld-m68hc11/adj-jump.d: Likewise. * ld-m68hc11/bug-1403.d: Likewise. * ld-m68hc11/bug-1417.d: Likewise. * ld-m68hc11/bug-3331.d: Likewise. * ld-m68hc11/relax-direct.d: Likewise. * ld-m68hc11/relax-group.d: Likewise. * ld-m68hc11/far-hc11.d: Remove redundant #target line. Adjust for changed addresses. * ld-m68hc11/far-hc12.d: Remove redundant #target line. * ld-m68hc11/link-hcs12.d: Likewise, and adjust for header changes.
Diffstat (limited to 'ld/testsuite/ld-m68hc11/m68hc11.exp')
-rw-r--r--ld/testsuite/ld-m68hc11/m68hc11.exp5
1 files changed, 3 insertions, 2 deletions
diff --git a/ld/testsuite/ld-m68hc11/m68hc11.exp b/ld/testsuite/ld-m68hc11/m68hc11.exp
index 103b792..d673bc0 100644
--- a/ld/testsuite/ld-m68hc11/m68hc11.exp
+++ b/ld/testsuite/ld-m68hc11/m68hc11.exp
@@ -1,5 +1,5 @@
# Expect script for run_dump_test based ld-m68hc11 tests.
-# Copyright 2002, 2005, 2007 Free Software Foundation, Inc.
+# Copyright 2002, 2005, 2007, 2012 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
@@ -22,7 +22,8 @@
# Test 68HC11 relaxing. This tests the assembler as well as the linker.
-if { ![istarget m6811-*-*] && ![istarget m6812-*-*] } {
+if { ![istarget m6811-*-*] && ![istarget m6812-*-*]
+ && ![istarget m68hc11-*-*] && ![istarget m68hc12-*-*] } {
return
}