RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / callstub-2.s
1 #notoc call stubs, no pcrel insns
2 .text
3 .abiversion 2
4 _start:
5 bl f1
6 nop
7 bl f1@notoc
8 bl f2@notoc
This page took 0.030113 seconds and 4 git commands to generate.