gas/ELF: don't accumulate .type settings
[external/binutils.git] / ld / testsuite / ld-size / size64-2.s
1 # 64-bit size relocation against TLS symbol in shared object
2         .globl  xxx
3         .section        .tbss,"awT",%nobits
4         .p2align 2
5         .type   xxx, %object
6         .size   xxx, 40
7 xxx:
8         .zero   40
9         .globl  yyy
10         .section        .tdata,"awT",%progbits
11         .p2align 2
12         .type   yyy, %object
13         .size   yyy, 40
14 yyy:
15         .zero   40
16         .data
17         .p2align 2
18         .quad   xxx@SIZE
19         .quad   yyy@SIZE
20         .quad   zzz@SIZE
21         .quad   zzz@SIZE-30
22         .quad   zzz@SIZE+30