mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 21:01:18 +01:00
385576a748
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29024 a95241bf-73f2-0310-859d-f6bbb57e9c96
17 lines
403 B
Plaintext
17 lines
403 B
Plaintext
#source: tlsgd1.s
|
|
#as: --32
|
|
#ld: -melf_i386 tmpdir/tlsgd1
|
|
#objdump: -drw
|
|
#target: i?86-*-linux*
|
|
|
|
.*: +file format .*
|
|
|
|
Disassembly of section .text:
|
|
|
|
[a-f0-9]+ <_start>:
|
|
[ ]*[a-f0-9]+: 65 a1 00 00 00 00 mov %gs:0x0,%eax
|
|
[ ]*[a-f0-9]+: 81 e8 04 00 00 00 sub \$0x4,%eax
|
|
[ ]*[a-f0-9]+: 65 a1 00 00 00 00 mov %gs:0x0,%eax
|
|
[ ]*[a-f0-9]+: 81 e8 04 00 00 00 sub \$0x4,%eax
|
|
#pass
|