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] xfail pr18223 test for tic6x


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

commit ecd272101d27ed8d654cbab9972aa05c124f981c
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Apr 15 11:59:10 2015 +0930

    xfail pr18223 test for tic6x
    
    Fails due to
    warning: generating a shared library containing non-PIC/PID code
    
    	* ld-gc/pr18223.d: xfail tic6x.

Diff:
---
 ld/testsuite/ChangeLog       | 4 ++++
 ld/testsuite/ld-gc/pr18223.d | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index b35eb83..c2ed134 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-15  Alan Modra  <amodra@gmail.com>
+
+	* ld-gc/pr18223.d: xfail tic6x.
+
 2015-04-14  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR ld/pr17709
diff --git a/ld/testsuite/ld-gc/pr18223.d b/ld/testsuite/ld-gc/pr18223.d
index 9fd1912..21b7c53 100644
--- a/ld/testsuite/ld-gc/pr18223.d
+++ b/ld/testsuite/ld-gc/pr18223.d
@@ -1,6 +1,7 @@
 #name: --gc-sections with .text._init
 #ld: --gc-sections -shared
 #nm: -n
+#xfail: tic6x-*-*
 
 #...
 [0-9a-f]+ t +_init


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