summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k/crtn.S
blob: 2a29b87260b437656b57b2deeaebfaf0c616f357 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "m68k_pic.S"

	.section .init
	FINI_GP
	unlk	%a6
	rts
	
	.section .fini
	FINI_GP
	unlk	%a6
	rts