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

[binutils-gdb/binutils-2_26-branch] Mark the rgn-at11 test as an expected failure for MIPS targets.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c30e0110c3dcaad748b6db6a9a0e832e034043f1

commit c30e0110c3dcaad748b6db6a9a0e832e034043f1
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Jan 13 09:28:02 2016 +0000

    Mark the rgn-at11 test as an expected failure for MIPS targets.
    
    	* ld-scripts/rgn-at11.d: Expect this test to fail for
    	MIPS targets.

Diff:
---
 ld/testsuite/ChangeLog             | 17 +++++++++++------
 ld/testsuite/ld-scripts/rgn-at11.d |  5 ++++-
 2 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 2676e43..61da9a5 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-13  Nick Clifton  <nickc@redhat.com>
+
+	* ld-scripts/rgn-at11.d: Expect this test to fail for
+	MIPS targets.
+
 2016-01-11  Jiong Wang  <jiong.wang@arm.com>
 
 	Apply from master
@@ -5,12 +10,12 @@
 	2016-01-08  Jiong Wang  <jiong.wang@arm.com>
 
 	PR ld/19368
-	* testsuite/ld-arm/ifunc-3.rd: Update expected result.
-	* testsuite/ld-arm/ifunc-4.rd: Likewise.
-	* testsuite/ld-arm/ifunc-9.rd: Likewise.
-	* testsuite/ld-arm/ifunc-10.rd: Likewise.
-	* testsuite/ld-arm/ifunc-12.rd: Likewise.
-	* testsuite/ld-arm/ifunc-13.rd: Likewise.
+	* ld-arm/ifunc-3.rd: Update expected result.
+	* ld-arm/ifunc-4.rd: Likewise.
+	* ld-arm/ifunc-9.rd: Likewise.
+	* ld-arm/ifunc-10.rd: Likewise.
+	* ld-arm/ifunc-12.rd: Likewise.
+	* ld-arm/ifunc-13.rd: Likewise.
 
 2015-12-04  H.J. Lu  <hongjiu.lu@intel.com>
 
diff --git a/ld/testsuite/ld-scripts/rgn-at11.d b/ld/testsuite/ld-scripts/rgn-at11.d
index 9ebbd28..e37cbd7 100644
--- a/ld/testsuite/ld-scripts/rgn-at11.d
+++ b/ld/testsuite/ld-scripts/rgn-at11.d
@@ -1,9 +1,12 @@
 #source: rgn-at10.s
 #ld: -T rgn-at11.t
 #objdump: -h --wide
-#xfail: rx-*-*
+#xfail: rx-*-* mips*-*-*
 # Test that lma is not adjusted in case the section start vma is aligned and
 # lma_region != region if not requested by script.
+# Fails for RX because it ignores the LMA (for compatibility with Renesas tools)
+# Fails for MIPS targets because the  assembler pads all sections to a 16 byte
+# boundary.
 
 #...
 .* 0+10000 +0+20000 .*


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