File tree Expand file tree Collapse file tree 2 files changed +22
-9
lines changed Expand file tree Collapse file tree 2 files changed +22
-9
lines changed Original file line number Diff line number Diff line change 6
6
http://www.boost.org/LICENSE_1_0.txt)
7
7
*/
8
8
9
- .align 2
10
- .globl .jump_fcontext
9
+ .file "jump_ppc64_sysv_xcoff_gas.S"
10
+ .toc
11
+ .csect .text [PR], 5
12
+ .align 2
13
+ .globl jump_fcontext[DS ]
14
+ .globl .jump_fcontext
15
+ .csect jump_fcontext[DS ], 3
16
+ jump_fcontext:
17
+ .llong .jump_fcontext[PR], TOC[tc0], 0
18
+ .csect .text [PR], 5
11
19
.jump_fcontext:
12
20
# reserve space on stack
13
21
subi 1 , 1 , 184
27
35
std 25 , 96 (1 ) # save R25
28
36
std 26 , 104 (1 ) # save R26
29
37
std 27 , 112 (1 ) # save R27
30
- std 29 , 120 (1 ) # save R28
38
+ std 28 , 120 (1 ) # save R28
31
39
std 29 , 128 (1 ) # save R29
32
40
std 30 , 136 (1 ) # save R30
33
41
std 31 , 144 (1 ) # save R31
Original file line number Diff line number Diff line change 4
4
(See accompanying file LICENSE_1_0.txt or copy at
5
5
http://www.boost.org/LICENSE_1_0.txt)
6
6
*/
7
- .globl make_fcontext[DS ]
8
- .globl .make_fcontext[PR]
9
- .align 2
10
- .csect .make_fcontext[PR], 3
11
- .globl _make_fcontext
12
- #._make_fcontext:
7
+ .file "make_ppc64_sysv_xcoff_gas.S"
8
+ .toc
9
+ .csect .text [PR], 5
10
+ .align 2
11
+ .globl make_fcontext[DS ]
12
+ .globl .make_fcontext
13
+ .csect make_fcontext[DS ], 3
14
+ make_fcontext:
15
+ .llong .make_fcontext[PR], TOC[tc0], 0
16
+ .csect .text [PR], 5
17
+ .make_fcontext:
13
18
# save return address into R6
14
19
mflr 6
15
20
You can’t perform that action at this time.
0 commit comments