blob: 5c25539cd14781f191e7d27a1b741617dfca8004 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001 .set noat
2 .set noreorder
3 .set nomacro
4 .set macro
5
6 .section .init
7 .set nomacro
8 .align 2
9 .globl _init
10 .ent _init
11_init:
12 .frame $30,0,$26,0
13 .mask 0x4000000,0
14 ldah $29,0($27) !gpdisp!3
15 lda $29,0($29) !gpdisp!3
16$_init..ng:
17 lda $30,-16($30)
18 stq $26,0($30)
19 .prologue 1
20 .set macro
21
22 .align 2
23 .end _init
24
25 .section .fini
26 .set nomacro
27 .align 2
28 .globl _fini
29 .ent _fini
30_fini:
31 .frame $30,0,$26,0
32 .mask 0x4000000,0
33 ldah $29,0($27) !gpdisp!6
34 lda $29,0($29) !gpdisp!6
35$_fini..ng:
36 lda $30,-16($30)
37 stq $26,0($30)
38 .prologue 1
39 .set macro
40 .align 2
41 .end _fini
42
43 .ident "GCC: (GNU) 3.3.2"