run_dump_test replace PROG with DUMPPROG in gas and ld
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr17550-4.s
CommitLineData
97196564
L
1 .data
2 .dc.a y
3 .section .data,"awG",%progbits,foo_group,comdat
4 .globl y
5 .type y, %object
6 .size y, 4
7y:
8 .zero 4
9 .globl x
10 .type x, %object
11 .size x, 4
12x:
13 .zero 4
14 .globl x_alias
15 .set x_alias,x
This page took 0.146914 seconds and 4 git commands to generate.