NOCF_PROTECTION_CFLAGS: Replace nopie with available
[deliverable/binutils-gdb.git] / ld / testsuite / ld-frv / tls-1-dep.s
1 .section .tbss,"awT",@nobits
2 .align 4
3 .globl x
4 .type x, @tls_object
5 .size x, 4
6 x:
7 .zero 4
This page took 0.028759 seconds and 4 git commands to generate.