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] Don't run ld-x86-64/pr18160.d for x86_64-*-nacl*


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

commit 5e228181d4aa9177cb6a95ebe214aeaeb3a4ec3f
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Mar 27 14:39:39 2015 -0700

    Don't run ld-x86-64/pr18160.d for x86_64-*-nacl*
    
    	* ld-x86-64/pr18160.d: Don't run for x86_64-*-nacl* target.

Diff:
---
 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


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