aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-gc/start.s
blob: 505122d520448050c13aa04f26812125b2b4ad0f (plain)
1
2
3
4
5
6
7
8
9
10
	.globl _start
_start:
 .ifdef UNDERSCORE
	.dc.a	___start__foo
 .else
	.dc.a	__start__foo
 .endif
	.section	_foo,"aw",%progbits
foo:
	.long	1