aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/start.s
blob: b252f797ab5ddc4cca175141aa5c89c72cafaa99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	.text
	.globl	start
	.type	start, @function
start:
	.globl	_start
	.type	_start, @function
_start:
	.globl	__start
	.type	__start, @function
__start:
	.globl	main
	.type	main, @function
main:
	.globl	_main
	.type	_main, @function
_main:
	.dc.a 0