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]

Re: Binutils branch 2.20 (done!)


> sh64-elf/log0:ERROR: /src/binutils-current/binutils/testsuite/binutils-all/testranges.s: assembly failed
> sh-linux/log0:ERROR: /src/binutils-current/binutils/testsuite/binutils-all/testranges.s: assembly failed
> shl-unknown-netbsdelf/log0:ERROR: /src/binutils-current/binutils/testsuite/binutils-all/testranges.s: assembly failed

SH requires special pseudo insns for unaligned 2-byte/4-byte
objects.  Perhaps the same situation for ia64 which is excluded
with #not-target from this test and has a corresponding ia64
specific test.
The attached patch is simply disable this on sh*-*-*.

Regards,
	kaz
--
2009-09-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* binutils-all/testranges.d: Don't run for sh*-*-*.

--- ORIG/src/binutils/testsuite/binutils-all/testranges.d	2009-07-17 06:00:09.000000000 +0900
+++ src/binutils/testsuite/binutils-all/testranges.d	2009-09-06 14:24:20.000000000 +0900
@@ -2,7 +2,7 @@
 #source: testranges.s
 #readelf: -wR --wide
 #name: unordered .debug_info references to .debug_ranges
-#not-target: ia64-*-*
+#not-target: ia64-*-* sh*-*-*
 
 Contents of the .debug_ranges section:
 


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