]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-i386/pr19636-1.s
x86 TLS relocation checks
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-i386 / pr19636-1.s
CommitLineData
aec6b87e
L
1 .text
2 .weak func1
3 .weak func2
4 .weak func3
5 .globl _start
6_start:
7 cmp func1@GOT(%eax), %eax
8 jmp *func2@GOT(%eax)
9 call func3@PLT