mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
60d53d7f03
* testsuite/ld-powerpc/callstub-1.d, * testsuite/ld-powerpc/callstub-1.s: New test. * testsuite/ld-powerpc/callstub-2.d, * testsuite/ld-powerpc/callstub-2.s: New test. * testsuite/ld-powerpc/powerpc.exp: Run them.
10 lines
120 B
ArmAsm
10 lines
120 B
ArmAsm
#notoc call stubs, pcrel insns
|
|
.text
|
|
.abiversion 2
|
|
_start:
|
|
bl f1
|
|
nop
|
|
bl f1@notoc
|
|
bl f2@notoc
|
|
pld 3,ext@got@pcrel
|