blob: a01c02c9fd8d10dddfcc1781bb0373924c2cdda9 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001/* glibc's sysdeps/xtensa/elf/initfini.c used for reference [PROLOG] */
2
3 .section .init
4 .align 4
5 .global _init
6 .type _init, @function
7_init:
8 entry sp, 48
9
10
11 .section .fini
12 .align 4
13 .global _fini
14 .type _fini, @function
15_fini:
16 entry sp, 48