Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 931782
Collapse All | Expand All

(-)a/crt/aarch64/crti.s (+2 lines)
Lines 1-6 Link Here
1
.section .init
1
.section .init
2
.global _init
2
.global _init
3
.type _init,%function
3
.type _init,%function
4
.align 2
4
_init:
5
_init:
5
	stp x29,x30,[sp,-16]!
6
	stp x29,x30,[sp,-16]!
6
	mov x29,sp
7
	mov x29,sp
Lines 8-13 _init: Link Here
8
.section .fini
9
.section .fini
9
.global _fini
10
.global _fini
10
.type _fini,%function
11
.type _fini,%function
12
.align 2
11
_fini:
13
_fini:
12
	stp x29,x30,[sp,-16]!
14
	stp x29,x30,[sp,-16]!
13
	mov x29,sp
15
	mov x29,sp

Return to bug 931782