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] gas/arc: Unify tests run on big/little endian arc assembler


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

commit d105775eea0442515e9003dc025cd927f4a1805f
Author: Andrew Burgess <andrew.burgess@embecosm.com>
Date:   Thu Apr 7 22:56:44 2016 +0100

    gas/arc: Unify tests run on big/little endian arc assembler
    
    We were running a slightly different set of assembler tests on big and
    little endian arc targets.  This commit unifies the set of tests run.
    
    gas/ChangeLog:
    
    	* testsuite/gas/arc/add_s-err.s: Update target pattern.
    	* testsuite/gas/arc/warn.s: Likewise.
    	* testsuite/gas/elf/elf.exp: Run test for arc.

Diff:
---
 gas/ChangeLog                     | 6 ++++++
 gas/testsuite/gas/arc/add_s-err.s | 2 +-
 gas/testsuite/gas/arc/warn.s      | 2 +-
 gas/testsuite/gas/elf/elf.exp     | 1 -
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index d1e95c5..c9ea846 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2016-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+	* testsuite/gas/arc/add_s-err.s: Update target pattern.
+	* testsuite/gas/arc/warn.s: Likewise.
+	* testsuite/gas/elf/elf.exp: Run test for arc.
+
 2016-04-14  Nick Clifton  <nickc@redhat.com>
 
 	PR target/19938
diff --git a/gas/testsuite/gas/arc/add_s-err.s b/gas/testsuite/gas/arc/add_s-err.s
index 3312061..298f4ef 100644
--- a/gas/testsuite/gas/arc/add_s-err.s
+++ b/gas/testsuite/gas/arc/add_s-err.s
@@ -1,7 +1,7 @@
 ;; Test ARC EM Code denisty ADD_S extensions.  They are only valid for
 ;; ARCv2 architecture.
 ;;
-; { dg-do assemble { target arc-*-* } }
+; { dg-do assemble { target arc*-*-* } }
 ; { dg-options "--mcpu=arc700" }
         ;; The following insns are accepted by ARCv2 only
         add_s r4,r4,-1          ; { dg-error "Error: inappropriate arguments for opcode 'add_s'" }
diff --git a/gas/testsuite/gas/arc/warn.s b/gas/testsuite/gas/arc/warn.s
index e89aa99..deec175 100644
--- a/gas/testsuite/gas/arc/warn.s
+++ b/gas/testsuite/gas/arc/warn.s
@@ -1,6 +1,6 @@
 ; Test ARC specific assembler warnings
 ;
-; { dg-do assemble { target arc-*-* } }
+; { dg-do assemble { target arc*-*-* } }
 
 	b.d foo
 	mov r0,256	
diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp
index e4ca205..b5f8fec 100644
--- a/gas/testsuite/gas/elf/elf.exp
+++ b/gas/testsuite/gas/elf/elf.exp
@@ -90,7 +90,6 @@ if { [is_elf_format] } then {
     # optimization because it interfers with link-time relaxation of
     # function prologues.
     if {![istarget "mn10300-*-*"]
-	&& ![istarget "arc-*-*"]
 	&& ![istarget "xtensa*-*-*"]
 	&& ![istarget "msp430*-*-*"]
 	&& ![istarget "nds32*-*-*"]


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