summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/fini0.s
blob: 45e327c64ba38ef781d67c540705c90a28c4a1a1 (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 .fini, "a"
	.p2align 2
	.global foo
	.type	foo,%function
foo: