From: Stephane Carrez Date: Sun, 18 Mar 2001 16:39:39 +0000 (+0000) Subject: * ld-selective/selective.exp: Don't run test for 68hc11 and 68hc12 X-Git-Tag: binutils-2_11~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe4314e93e2f0a5add2ad7f4ae9a0c3bc0a6bdd0;p=thirdparty%2Fbinutils-gdb.git * ld-selective/selective.exp: Don't run test for 68hc11 and 68hc12 because selective linking is not yet implemented. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 6419180e161..e57f2c1cfac 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-03-18 Stephane Carrez + + * ld-selective/selective.exp: Don't run test for 68hc11 and 68hc12 + because selective linking is not yet implemented. + 2001-02-08 Stephane Carrez * ld-srec/srec.exp (run_srec_test): m6811 code has references diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp index d2dc680b85e..01544ce55ff 100644 --- a/ld/testsuite/ld-selective/selective.exp +++ b/ld/testsuite/ld-selective/selective.exp @@ -27,6 +27,11 @@ if {[istarget "*-*-pe"]} { return } +# selective linking is not yet implemented for 68hc11/68hc12 +if {[istarget "m6811-*-*"] || [istarget "m6812-*-*"]} { + return +} + # List contains test-items with three items followed by four lists: # 1:name 2:test-type (CC or C++; add as needed) 3:filename 4:ld-flags # 5:must-have-symbols 6:must-not-have-symbols 7:xfail-targets.