blob: d64ffd02067feb0ada6115b762cc118f967548da [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001 .file "initfini.c"
2
3 .section .init
4 .align 4
5 .global _init
6 .type _init, %function
7 .proc 020
8 ret
9 restore
10
11 .section .fini
12 .align 4
13 .global _fini
14 .type _fini, %function
15 .proc 020
16 ret
17 restore