Use correct regexp syntax in ARM PR20068 test
authorNick Clifton <nickc@redhat.com>
Thu, 12 May 2016 16:19:44 +0000 (17:19 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 12 May 2016 16:19:44 +0000 (17:19 +0100)
gas/ChangeLog
gas/testsuite/gas/arm/pr20068.d

index 2a69419ff5334f0baf255dbeb803a0f51719e2aa..47e63d899bfd07795aa9d52f91d0fa07216ae353 100644 (file)
@@ -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
index 21c4432f7bb18db47f1b1c5c8c9f8eabd277fb99..e4168f7cc3693753b8702e83ea2dc9be13e67d27 100644 (file)
@@ -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).*
This page took 0.039662 seconds and 4 git commands to generate.