summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-sh/sh64/init.s
blob: 900e764a633de4303df0577325d657f548be81df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
	.section .text,"ax"
	.global _init
	.type _init,@function
	.align 1
_init:
	nop
	nop
	nop
	nop

	.global _fini
	.type _fini,@function
	.align 1
_fini:
	nop
	nop
	nop
	nop