mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
Use correct regexp syntax in ARM PR20068 test
This commit is contained in:
@ -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>
|
2016-05-11 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR target/20068
|
PR target/20068
|
||||||
|
@ -14,5 +14,5 @@ Disassembly of section .text:
|
|||||||
c: 00000000 .*
|
c: 00000000 .*
|
||||||
10: 12345678 .*
|
10: 12345678 .*
|
||||||
14: 00000000 .*
|
14: 00000000 .*
|
||||||
18: [00000fff|0000fff0].*
|
18: (00000fff|0000fff0).*
|
||||||
1c: [0000fff0|00000fff].*
|
1c: (0000fff0|00000fff).*
|
||||||
|
Reference in New Issue
Block a user