RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / gp-test.s
1 .data
2 .globl blah
3 .type blah, @object
4 blah:
5 .dc.a 0
6 .size blah, . - blah
This page took 0.030011 seconds and 4 git commands to generate.