mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +08:00
arc: Fix got-weak linker test
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>
This commit is contained in:
parent
b4745472b6
commit
720f6ee095
@ -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.
|
||||
|
@ -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,.*
|
||||
|
Loading…
Reference in New Issue
Block a user