Fix PR ld/17277: bogus dynamic relocs and TEXTREL for ARM PC-relative relocs
[deliverable/binutils-gdb.git] / ld / testsuite / ld-m68k / tls-def-1.s
CommitLineData
e5f2b1de
NC
1#NO_APP
2 .globl x
3 .section .tbss,"awT",@nobits
4 .align 2
5 .type x, @object
6 .size x, 4
7x:
8 .zero 4
9 .section .note.GNU-stack,"",@progbits
This page took 0.224617 seconds and 4 git commands to generate.