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 gas weakref1 test for nds32


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

commit fe7e91e7764d8db4a45c9d7b3dd55cb635f44f5e
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Apr 16 21:34:22 2019 +0930

    xfail gas weakref1 test for nds32
    
    Oops, I removed the wrong xfail from gas.exp in last commit, fix it
    here.
    
    	* testsuite/gas/all/weakref1.d: xfail nds32.

Diff:
---
 gas/ChangeLog                    | 4 ++++
 gas/testsuite/gas/all/weakref1.d | 1 +
 2 files changed, 5 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index a2ff1ed..91b2322 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
 2019-04-16  Alan Modra  <amodra@gmail.com>
 
+	* testsuite/gas/all/weakref1.d: xfail nds32.
+
+2019-04-16  Alan Modra  <amodra@gmail.com>
+
 	* testsuite/gas/all/gas.exp: Remove ns32k xfails.
 	* testsuite/gas/all/weakref1u.d: Don't run for ns32k-*-*.
 
diff --git a/gas/testsuite/gas/all/weakref1.d b/gas/testsuite/gas/all/weakref1.d
index 1ce23a8..67dea13 100644
--- a/gas/testsuite/gas/all/weakref1.d
+++ b/gas/testsuite/gas/all/weakref1.d
@@ -5,6 +5,7 @@
 # darwin (mach-o) reverses the order of relocs.
 # the following must be present in all weakref1*.d
 #notarget: alpha*-*-osf* *-*-ecoff pdp11-*-aout *-*-darwin*
+#xfail: nds32*-*-*
 
 #...
 RELOCATION RECORDS FOR \[(\.text|\$CODE\$)\]:


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