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]

[committed, PATCH] Don't run ld-x86-64/pr18160.d for x86_64-*-nacl*


I checked in this patch skip ld-x86-64/pr18160.d for x86_64-*-nacl*
target since elf_i386 may not be available.

H.J.
--
	* ld-x86-64/pr18160.d: Don't run for x86_64-*-nacl* target.
---
 ld/testsuite/ChangeLog           | 4 ++++
 ld/testsuite/ld-x86-64/pr18160.d | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 7aa7d9f..8911a9a 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* ld-x86-64/pr18160.d: Don't run for x86_64-*-nacl* target.
+
 2015-03-26  Tejas Belagod  <tejas.belagod@arm.com>
 
 	* ld-aarch64/farcall-back-be.d: New.
diff --git a/ld/testsuite/ld-x86-64/pr18160.d b/ld/testsuite/ld-x86-64/pr18160.d
index b944bbe..ebbda3a 100644
--- a/ld/testsuite/ld-x86-64/pr18160.d
+++ b/ld/testsuite/ld-x86-64/pr18160.d
@@ -1,6 +1,7 @@
 #as: --64
 #ld: --gc-sections -melf_x86_64 -T pr18160.t
 #objdump: -dw
+#notarget: x86_64-*-nacl*
 
 .*: +file format elf32-i386
 
-- 
2.1.0


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