mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
81209eff90
* testsuite/ld-powerpc/powerpc.exp: Run TOCSAVE tests. * testsuite/ld-powerpc/tocsave1.s, * testsuite/ld-powerpc/tocsave1a.d, * testsuite/ld-powerpc/tocsave1s.d, * testsuite/ld-powerpc/tocsave2.s, * testsuite/ld-powerpc/tocsave2a.d, * testsuite/ld-powerpc/tocsave2s.d, * testsuite/ld-powerpc/tocsavelib.s: New files.
25 lines
395 B
ArmAsm
25 lines
395 B
ArmAsm
.abiversion 2
|
|
.global _start
|
|
.type _start,@function
|
|
_start:
|
|
nop
|
|
.L1:
|
|
# Function prologue tocsave.
|
|
.reloc .,R_PPC64_TOCSAVE,.L1
|
|
nop
|
|
|
|
nop
|
|
# Call with tocsave on nop
|
|
bl foo
|
|
.reloc .,R_PPC64_TOCSAVE,.L1
|
|
nop
|
|
|
|
nop
|
|
# A call without tocsave (maybe in a different function, or after alloca
|
|
# dynamic stack allocation loses r2 save in same function).
|
|
bl foo
|
|
nop
|
|
|
|
blr
|
|
.size _start, .-_start
|