[ARC][committed] Update test matching pattern.
authorClaudiu Zissulescu <claziss@gmail.com>
Mon, 13 Jan 2020 09:16:47 +0000 (11:16 +0200)
committerClaudiu Zissulescu <claziss@gmail.com>
Mon, 13 Jan 2020 09:16:47 +0000 (11:16 +0200)
xxxx-xx-xx  Claudiu Zissulescu <claziss@gmail.com>

        * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.

ld/ChangeLog
ld/testsuite/ld-arc/relax-local-pic.d

index 0c4a05631396dd8ec006b0b90997911e895831c5..b6b8dc8d73dfdb28ee083a1b2de8cf89be4f77b2 100644 (file)
@@ -1,3 +1,7 @@
+2020-01-13  Claudiu Zissulescu  <claziss@gmail.com>
+
+       * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
+
 2020-01-13  Claudiu Zissulescu  <claziss@gmail.com>
 
        * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
index 5ed268809ab26c5831e46ea5669a83c7ffbe01c8..181a963223ae4533d4528c8ab7c7e62b6a30fe12 100644 (file)
@@ -8,7 +8,7 @@
 
 Disassembly of section \.text:
 
-00000100 <__start>:
- 100:  2700 7f84 0000 [0-9a-f]+        add     r4,pcl,0x[0-9a-f]+.*
-                       104: R_ARC_PC32 a_in_other_thread
- 108:  1c00 [0-9a-f\s]+        st\s+.*
+[0-9a-f]+ <__start>:
+\s+[0-9a-f]+:  2700 7f84 0000 [0-9a-f]+\s+add\s+r4,pcl,.*
+                       [0-9a-f]+: R_ARC_PC32   a_in_other_thread
+\s+[0-9a-f]+:  1c00 [0-9a-f\s]+        st\s+.*
This page took 0.026157 seconds and 4 git commands to generate.