aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/init0.s
blob: 3c8cf8ccfd4b3f39bcb55f585ef8bdc8625a9e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	.text
	.global start	/* Used by SH targets.  */
start:
	.global _start
_start:
	.global __start
__start:
	.global main	/* Used by HPPA targets.  */
main:
	.dc.a 0

	.section .init
	.p2align 2
.globl foo
	.type	foo,%function
foo: