mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
15 lines
243 B
D
15 lines
243 B
D
|
#source: restart-relax.s
|
||
|
#as:
|
||
|
#ld:
|
||
|
#objdump: -d
|
||
|
|
||
|
#...
|
||
|
Disassembly of section .text:
|
||
|
|
||
|
0+[0-9a-f]+ <_start>:
|
||
|
.*:[ ]+[0-9a-f]+[ ]+addi[ ]+.*
|
||
|
#...
|
||
|
.*:[ ]+[0-9a-f]+[ ]+jal[ ]+ra,[0-9a-f]+ <_start>
|
||
|
.*:[ ]+[0-9a-f]+[ ]+add[ ]+a0,a1,a2
|
||
|
#pass
|