summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k/crti.S
blob: 1b4b643b6231c04eaacd3d144649f38e76574831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "m68k_pic.S"

	.section .init
	.align	2
	.globl	_init
	.type	_init, @function
_init:
	link.w	%a6,#0
	INIT_GP
	
	.section .fini
	.align	2
	.globl	_fini
	.type	_fini, @function
_fini:
	link.w	%a6,#0
	INIT_GP