Update release readme after making 2.43.1 release
[binutils-gdb.git] / ld / testsuite / ld-powerpc / tocsave1.s
blob75de27ac0bbe903375f8533a9dcab832e8becc53
1 .abiversion 1
2 .global _start
3 .type _start,@function
4 .section ".opd","aw",@progbits
5 .p2align 3
6 _start:
7 .quad .L_start, .TOC.@tocbase, 0
9 .text
10 .L_start:
11 nop
12 .L1:
13 # tocsave in a function prologue
14 .reloc .,R_PPC64_TOCSAVE,.L1
15 nop
17 nop
18 # tocsave on a call
19 bl foo
20 .reloc .,R_PPC64_TOCSAVE,.L1
21 nop
23 blr
24 .size _start, .-.L_start