[binutils-gdb] Use correct regexp syntax in ARM PR20068 test
Nick Clifton
nickc@sourceware.org
Thu May 12 16:19:00 GMT 2016
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=58c7f094c0093a7773e939938f22a9a063c4b9a8
commit 58c7f094c0093a7773e939938f22a9a063c4b9a8
Author: Nick Clifton <nickc@redhat.com>
Date: Thu May 12 17:19:44 2016 +0100
Use correct regexp syntax in ARM PR20068 test
Diff:
---
gas/ChangeLog | 5 +++++
gas/testsuite/gas/arm/pr20068.d | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2a69419..47e63d8 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2016-05-12 Nick Clifton <nickc@redhat.com>
+
+ PR target/20068
+ * testsuite/gas/arm/pr20068.d: Use correct regexp syntax.
+
2016-05-11 Nick Clifton <nickc@redhat.com>
PR target/20068
diff --git a/gas/testsuite/gas/arm/pr20068.d b/gas/testsuite/gas/arm/pr20068.d
index 21c4432..e4168f7 100644
--- a/gas/testsuite/gas/arm/pr20068.d
+++ b/gas/testsuite/gas/arm/pr20068.d
@@ -14,5 +14,5 @@ Disassembly of section .text:
c: 00000000 .*
10: 12345678 .*
14: 00000000 .*
- 18: [00000fff|0000fff0].*
- 1c: [0000fff0|00000fff].*
+ 18: (00000fff|0000fff0).*
+ 1c: (0000fff0|00000fff).*
More information about the Binutils-cvs
mailing list