run_dump_test replace PROG with DUMPPROG in gas and ld
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / comm-data1.s
1 .section .rodata,"a",%progbits
2 .balign 8
3 .globl foo
4 .type foo,%object
5 foo:
6 .skip 4, 0
This page took 0.02891 seconds and 4 git commands to generate.