Remove support for the (deprecated) openrisc and or32 configurations and replace
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14170b.s
1 .data
2 .type foo,%object
3 .globl foo
4 foo:
5 .dc.a 0
6 .size foo, . - foo
7 .type foo,%object
8 .globl bar
9 bar:
10 .dc.a 0
11 .size bar, . - bar
This page took 0.038912 seconds and 4 git commands to generate.