This is the mail archive of the binutils@sourceware.org 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]

xfail a couple of ld tests


spu twiddles PT_LOAD headers, which happens to break orphan-region.d.
hppa-elf makes .text sections unique for a relocatable link (which
means .text input doesn't match the script so uses the default vma of
zero).

	* ld-elf/orphan-region.d: xfail for spu.
	* ld-elf/relocatable.d: xfail for hppa.

Index: ld/testsuite/ld-elf/orphan-region.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/orphan-region.d,v
retrieving revision 1.2
diff -u -p -r1.2 orphan-region.d
--- ld/testsuite/ld-elf/orphan-region.d	6 May 2010 20:04:27 -0000	1.2
+++ ld/testsuite/ld-elf/orphan-region.d	16 Sep 2010 10:00:43 -0000
@@ -1,6 +1,7 @@
 #source: orphan-region.s
 #ld: -T orphan-region.ld -N
 #readelf: -S -l --wide
+#xfail: spu-*-*
 
 #...
   \[[ 0-9]+\] \.text[ \t]+PROGBITS[ \t]+0*40000000[ \t]+.*
Index: ld/testsuite/ld-elf/relocatable.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/relocatable.d,v
retrieving revision 1.1
diff -u -p -r1.1 relocatable.d
--- ld/testsuite/ld-elf/relocatable.d	9 Oct 2009 13:32:50 -0000	1.1
+++ ld/testsuite/ld-elf/relocatable.d	16 Sep 2010 10:00:43 -0000
@@ -2,6 +2,7 @@
 #source: simple.s
 #ld: -r -T relocatable.t
 #readelf: -S --wide
+#xfail: hppa-*-*
 
 #...
   \[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t]+0+800000[ \t0-9a-f]+AX.*

-- 
Alan Modra
Australia Development Lab, IBM


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