mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
14 lines
220 B
D
14 lines
220 B
D
|
#source: pr19807-2.s
|
||
|
#as: --x32
|
||
|
#ld: -pie -melf32_x86_64
|
||
|
#objdump: -dw
|
||
|
|
||
|
.*: +file format .*
|
||
|
|
||
|
|
||
|
Disassembly of section .text:
|
||
|
|
||
|
[a-f0-9]+ <_start>:
|
||
|
[ ]*[a-f0-9]+: b8 ([0-9a-f]{2} ){4} mov \$0x[a-f0-9]+,%eax
|
||
|
#pass
|