]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* ld-selective/selective.exp: Don't run test for 68hc11 and 68hc12
authorStephane Carrez <stcarrez@nerim.fr>
Sun, 18 Mar 2001 16:39:39 +0000 (16:39 +0000)
committerStephane Carrez <stcarrez@nerim.fr>
Sun, 18 Mar 2001 16:39:39 +0000 (16:39 +0000)
because selective linking is not yet implemented.

ld/testsuite/ChangeLog
ld/testsuite/ld-selective/selective.exp

index 6419180e1616fe7337d73676facd1e2c0dcf3633..e57f2c1cfac85970b1de055b9b72bc13213a7f1e 100644 (file)
@@ -1,3 +1,8 @@
+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
index d2dc680b85e60a029260844989aa83303fa2e3f7..01544ce55ff64b0f5531526406369a5b6d753713 100644 (file)
@@ -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.