* lib/ld-lib.exp (run_ld_link_tests): Add another argument, pass
[deliverable/binutils-gdb.git] / ld / testsuite / ld-m68k / tls-gd-3.s
CommitLineData
9c68f58e
MK
1#NO_APP
2 .text
3 .align 2
4 .globl foo
5 .type foo, @function
6foo:
7 pea x@TLSGD(%a5)
8 .size foo, .-foo
9 .globl x
10 .hidden x
11 .section .tdata,"awT",@progbits
12 .align 2
13 .type x, @object
14 .size x, 4
15x:
16 .long 0
17 .section .note.GNU-stack,"",@progbits
This page took 0.09147 seconds and 4 git commands to generate.