yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame^] | 1 | /* |
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) |