RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21389.s
1 .globl foo
2 .type foo,%object
3 .data
4 foo:
5 .long 0
This page took 0.031822 seconds and 4 git commands to generate.