RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / unresolved-1.s
1 .globl _start
2 _start:
3 ldr r4,1f
4 mov pc,lr
5 1:
6 .word foo(GOT)
This page took 0.030403 seconds and 4 git commands to generate.