This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA:] (2.12): Don't run ld-selective/selective.exp for mmix-knuth-mmixware.


I haven't implemented "selective linking" (a.k.a. garbage collect) for
mmo, so these tests can only fail.

Ok to commit, trunk and branch?

	* ld-selective/selective.exp: Don't run for mmix-knuth-mmixware.

Index: ld-selective/selective.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-selective/selective.exp,v
retrieving revision 1.23
diff -p -c -r1.23 selective.exp
*** selective.exp	2002/02/12 11:10:11	1.23
--- selective.exp	2002/02/17 17:49:06
*************** if {[istarget "*-*-pe"]} {
*** 32,37 ****
--- 32,42 ----
      return
  }

+ # The mmo format does not support selective linking.
+ if {[istarget "mmix-knuth-mmixware"]} {
+     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.

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]