mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
15 lines
300 B
Plaintext
15 lines
300 B
Plaintext
|
#source: tlsld2.s
|
||
|
#as: --x32
|
||
|
#ld: -melf32_x86_64 tmpdir/tlsld2
|
||
|
#objdump: -drw
|
||
|
#target: x86_64-*-linux*
|
||
|
|
||
|
.*: +file format .*
|
||
|
|
||
|
Disassembly of section .text:
|
||
|
|
||
|
[a-f0-9]+ <_start>:
|
||
|
[ ]*[a-f0-9]+: 66 0f 1f 40 00 nopw 0x0\(%rax\)
|
||
|
[ ]*[a-f0-9]+: 64 8b 04 25 00 00 00 00 mov %fs:0x0,%eax
|
||
|
#pass
|