RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-misc / foo.s
1 .global foo
2 .global bar
3 .text
4 bar:
5 foo:
6 .byte 0
This page took 0.029828 seconds and 4 git commands to generate.