mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
17 lines
303 B
D
17 lines
303 B
D
|
#as: --64
|
||
|
#ld: -shared -melf_x86_64
|
||
|
#objdump: -drw
|
||
|
|
||
|
.*: +file format .*
|
||
|
|
||
|
|
||
|
Disassembly of section .text:
|
||
|
|
||
|
0+[a-f0-9]+ <foo>:
|
||
|
[ ]*[a-f0-9]+: c3 retq
|
||
|
|
||
|
0+[a-f0-9]+ <bar>:
|
||
|
[ ]*[a-f0-9]+: e8 fa ff ff ff callq [a-f0-9]+ <foo>
|
||
|
[ ]*[a-f0-9]+: c3 retq
|
||
|
#pass
|