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]

[RFA]: Don't run ld-selective for m6811/m6812 on branch



Hi!

The m6811/m6812 do not implement the garbage collection of sections.
The ld-selective test do not run and fail.

Can you approve this patch to avoid to run the ld-selective tests
for 68hc11/68hc12 on the branch only?

For the trunk, I prefer not because I have a patch to implement GC
and the test runs (my GC patch is too big to be applied on the branch).

Thanks,
	Stephane

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.
Index: ld-selective/selective.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-selective/selective.exp,v
retrieving revision 1.11.2.1
diff -u -p -r1.11.2.1 selective.exp
--- selective.exp	2001/02/08 18:59:26	1.11.2.1
+++ selective.exp	2001/03/18 10:19:13
@@ -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.

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