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] [ARC] [COMMITTED] Update test pattern patching.


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

commit bd560f571fe7a83755a17e7b5951e70f5e4c5039
Author: claziss <claziss@synopsys.com>
Date:   Tue Nov 21 15:04:22 2017 +0100

    [ARC] [COMMITTED] Update test pattern patching.
    
    2017-11-21  Claudiu Zissulescu  <claziss@synopsys.com>
    
    	* testsuite/binutils-all/arc/objdump.exp: Update pattern matching
    	expression.

Diff:
---
 binutils/ChangeLog                              | 5 +++++
 binutils/testsuite/binutils-all/arc/objdump.exp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index c6a20e1..126e696 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-21  Claudiu Zissulescu  <claziss@synopsys.com>
+
+	* testsuite/binutils-all/arc/objdump.exp: Update pattern matching
+	expression.
+
 2017-11-21  Nick Clifton  <nickc@redhat.com>
 
 	* dwarf.c (dwo_name, dwo_dir, dwo_id, dwo_id_len): New variables.
diff --git a/binutils/testsuite/binutils-all/arc/objdump.exp b/binutils/testsuite/binutils-all/arc/objdump.exp
index 669d57a..a4e6ef0 100644
--- a/binutils/testsuite/binutils-all/arc/objdump.exp
+++ b/binutils/testsuite/binutils-all/arc/objdump.exp
@@ -77,7 +77,7 @@ check_assembly "arc double_store -Mcpu=hs" $objfile \
     $double_store_hs_expected "-Mcpu=hs"
 check_assembly "arc double_store -Mcpu=hs38_linux" $objfile \
     $double_store_hs_expected "-Mcpu=hs38_linux"
-set double_store_em_expected ".long 0x1b000006"
+set double_store_em_expected {word\s*0x1b000006}
 check_assembly "arc double_store -Mcpu=em" $objfile \
     $double_store_em_expected "-Mcpu=em"
 check_assembly "arc double_store -Mcpu=em4_dmips" $objfile \


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