run_dump_test replace PROG with DUMPPROG in gas and ld
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14170b.s
CommitLineData
de687b11
L
1 .data
2 .type foo,%object
3 .globl foo
4foo:
5 .dc.a 0
6 .size foo, . - foo
7 .type foo,%object
8 .globl bar
9bar:
10 .dc.a 0
11 .size bar, . - bar
This page took 0.301382 seconds and 4 git commands to generate.