make obstack object allocators more type-safe
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-tbss64.s
1 .global gx
2 .section .tbss,"awT",@nobits
3 .align 2
4 .type gx, @object
5 .size gx, 64
6 gx:
7 .zero 64
This page took 0.029834 seconds and 4 git commands to generate.