aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/start.s
blob: 3f646267716e6d6039141255a03ca25c4444e111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	.text
	.global start	/* Used by SH targets.  */
start:
	.global _start
_start:
	.global __start
__start:
	.global _mainCRTStartup	/* Used by PE targets.  */
_mainCRTStartup:
	.global main	/* Used by HPPA targets.  */
main:
	.globl	_main	/* Used by LynxOS targets.  */
_main:
	.dc.a 0