Define various symbols conditionally in shared libraries
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ia64 / tlsg.s
1 .section .tbss,"awT",@nobits
2 .align 4
3 .skip 24
4 .type a#,@object
5 .size a#,4
6 a:
7 data4 0
8 .text
9 .globl _start#
10 .proc _start#
11 _start:
12 .endp _start#
13 .section .debug_foobar
14 data8 @dtprel(a#)
This page took 0.030018 seconds and 4 git commands to generate.