Add another testcase for PR ld/16498
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr16498a.s
CommitLineData
d85e71fe
L
1 .globl data
2 .data
3 .align 32
4 .type data, %object
5 .size data, 120
6data:
7 .long 1
8 .zero 116
9 .globl foo
10 .section .tbss,"awT",%nobits
11 .align 4
12 .type foo, %object
13 .size foo, 4
14foo:
15 .zero 4
16 .globl bar
17 .section .tdata,"awT",%progbits
18 .align 16
19 .type bar, %object
20 .size bar, 80
21bar:
22 .long 1
23 .zero 76
This page took 0.023904 seconds and 4 git commands to generate.