15 lines
345 B
Text
15 lines
345 B
Text
|
#source: tlsgd5a.s
|
||
|
#as: --64
|
||
|
#ld: -melf_x86_64 tmpdir/tlsgd5
|
||
|
#objdump: -drw
|
||
|
#target: x86_64-*-linux*
|
||
|
|
||
|
.*: +file format .*
|
||
|
|
||
|
Disassembly of section .text:
|
||
|
|
||
|
[a-f0-9]+ <_start>:
|
||
|
[ ]*[a-f0-9]+: 64 48 8b 04 25 00 00 00 00 mov %fs:0x0,%rax
|
||
|
[ ]*[a-f0-9]+: 48 03 05 00 01 20 00 add 0x200100\(%rip\),%rax # 600368 <_DYNAMIC\+0x100>
|
||
|
#pass
|