[committed] arc: Fix got-weak linker test

Claudiu Zissulescu claziss@gmail.com
Wed Sep 15 10:50:06 GMT 2021


Use regular expressions to fix the got-weak linker test.

ld/
	* testsuite/got-weak.d: Update test.

Signed-off-by: Claudiu Zissulescu <claziss@synopsys.com>
---
 ld/ChangeLog                   | 4 ++++
 ld/testsuite/ld-arc/got-weak.d | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index ebcd4cd9e93..2733da1f08e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2021-09-15  Claudiu Zissulescu  <claziss@synopsys.com>
+
+	* testsuite/ld-arc/got-weak.d: Update file.
+
 2021-09-14  Claudiu Zissulescu  <claziss@synopsys.com>
 
 	* ld-arc/got-weak.d: New file.
diff --git a/ld/testsuite/ld-arc/got-weak.d b/ld/testsuite/ld-arc/got-weak.d
index cf15069b518..a7f5b2fa119 100644
--- a/ld/testsuite/ld-arc/got-weak.d
+++ b/ld/testsuite/ld-arc/got-weak.d
@@ -3,10 +3,10 @@
 #ld: -Bstatic
 #objdump: -d
 
-[^:]*:     file format elf32-.*arc
+[^:]*:\s+file format elf32-.*arc
 
 
 Disassembly of section \.text:
 
-00000100 <.*>:
- 100:	2730 7f80 0000 2014 	ld	r0,\[pcl,0x2014\].*
+[0-9a-f]+ <.*>:
+^\s+[0-9a-f]+:\s+2730\s7f80\s[0-9a-f]+\s[0-9a-f]+\s+ld\s+r\d+,\[pcl,.*
-- 
2.31.1



More information about the Binutils mailing list