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] Fixed matching in newly added test.


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

commit 8cae7a47b12ff6a5de72f6cc62b42d056f63bef0
Author: Cupertino Miranda <cmiranda@synopsys.com>
Date:   Mon Oct 17 16:45:57 2016 +0200

    Fixed matching in newly added test.
    
    gas/ChangeLog:
    
        2016-10-17  Cupertino Miranda  <cmiranda@synopsys.com>
    	* testsuite/arc/dis-inv.d: Fixed target match.

Diff:
---
 gas/ChangeLog                   | 4 ++++
 gas/testsuite/gas/arc/dis-inv.d | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5b538a9..e5df783 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
 2016-10-17  Cupertino Miranda  <cmiranda@synopsys.com>
 
+	* testsuite/arc/dis-inv.d: Fixed matching.
+
+2016-10-17  Cupertino Miranda  <cmiranda@synopsys.com>
+
 	* testsuite/arc/dis-inv.s: Test to validate patch.
 	* testsuite/arc/dis-inv.d: Likewise.
 
diff --git a/gas/testsuite/gas/arc/dis-inv.d b/gas/testsuite/gas/arc/dis-inv.d
index de66d34..476fe34 100644
--- a/gas/testsuite/gas/arc/dis-inv.d
+++ b/gas/testsuite/gas/arc/dis-inv.d
@@ -2,7 +2,7 @@
 #name: Check for correct disassembly of scondd llockd.
 #as: -mcpu=archs
 
-dump.o:     file format elf32-littlearc
+.*: +file format .*arc.*
 
 
 Disassembly of section .text:


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