because selective linking is not yet implemented.
+2001-03-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
+
+ * ld-selective/selective.exp: Don't run test for 68hc11 and 68hc12
+ because selective linking is not yet implemented.
+
2001-02-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* ld-srec/srec.exp (run_srec_test): m6811 code has references
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.