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] ld sec64k test fix


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

commit 1d3fa25f5802fe2250f32f335ad57897a62e0fe2
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Mar 14 22:01:34 2017 +1030

    ld sec64k test fix
    
    	* testsuite/ld-elf/sec64k.exp: Don't run on h8300 and ip2k.

Diff:
---
 ld/ChangeLog                   | 4 ++++
 ld/testsuite/ld-elf/sec64k.exp | 6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 1f1fafd..4af309b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2017-03-17  Alan Modra  <amodra@gmail.com>
+
+	* testsuite/ld-elf/sec64k.exp: Don't run on h8300 and ip2k.
+
 2017-03-15  Tristan Gingold  <gingold@adacore.com>
 
 	* testsuite/ld-checks/checks.exp (overflow_check): Disable for
diff --git a/ld/testsuite/ld-elf/sec64k.exp b/ld/testsuite/ld-elf/sec64k.exp
index 249a909..3bf0c52 100644
--- a/ld/testsuite/ld-elf/sec64k.exp
+++ b/ld/testsuite/ld-elf/sec64k.exp
@@ -36,8 +36,10 @@ if { [istarget "d30v-*-*"]
     return
 }
 
-# ft32, m68hc11, m68hc12 and xgate run out of address space.
-if {   [istarget "ft32-*-*"]
+# ft32, h8300, ip2k, m68hc11, m68hc12 and xgate run out of address space.
+if {[istarget "ft32-*-*"]
+    || [istarget "h8300-*-*"]
+    || [istarget "ip2k-*-*"]
     || [istarget "m68hc1*-*"]
     || [istarget "xgate-*"] } {
     return


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