[ARM] Fix extern protected data handling
[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.031176 seconds and 4 git commands to generate.