mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
15 lines
232 B
D
15 lines
232 B
D
|
#source: pie3.s
|
||
|
#as: --64
|
||
|
#ld: -pie -melf_x86_64
|
||
|
#objdump: -dw
|
||
|
#target: x86_64-*-nacl*
|
||
|
|
||
|
.*: +file format .*
|
||
|
|
||
|
|
||
|
Disassembly of section .text:
|
||
|
|
||
|
0+ <_start>:
|
||
|
+0: 48 8d 05 f9 ff ff ff lea -0x7\(%rip\),%rax # 0 <_start>
|
||
|
#pass
|