aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr20513b.s
blob: b6741fc25513eb1775bb0de5ac8ac4da4ae9e5b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	.section .text.exclude,"axe","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