blob: 1b4b643b6231c04eaacd3d144649f38e76574831 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#include "m68k_pic.S"
2
3 .section .init
4 .align 2
5 .globl _init
6 .type _init, @function
7_init:
8 link.w %a6,#0
9 INIT_GP
10
11 .section .fini
12 .align 2
13 .globl _fini
14 .type _fini, @function
15_fini:
16 link.w %a6,#0
17 INIT_GP