Checked in the missing testcases.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / local1.s
1 .globl foo
2 .protected foo
3 .type foo,%object
4 .data
5 foo:
6 .long 0
This page took 0.030472 seconds and 5 git commands to generate.