blob: e689a04d163889a5830b5682d3e6d3cf7432c31b [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001/*
2 * This file just supplies function prologues for the .init and .fini
3 * sections. It is linked in before crtbegin.o.
4 */
5
6 .section .init
7 .globl _init
8 .type _init,@function
9_init:
10 add .l2 -8, B15, B15
11 stw .d2t2 B3,*+B15(4)
12 .section .fini
13 .globl _fini
14 .type _fini,@function
15_fini:
16 add .l2 -8, B15, B15
17 stw .d2t2 B3,*+B15(4)