aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr20513a.s
blob: 0f54bb14ed25e7262c907b0943acf8769566c018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	.section .text.startup,"ax","progbits"
	.type start,"function"
	.global start
start:
	.type _start,"function"
	.global _start
_start:
	.type __start,"function"
	.global __start
__start:
	.type main,"function"
	.global main
main:
	.long 0