aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-maxq/r32-1.s
blob: 9cf38c1a17890911562a2a0ea8677359710d9014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
; Test the intersegment relocation
; Inderpreetb@noida.hcltech.com

.global _start
.extern _main
_start:
	call _main
	nop
	nop
	nop
	nop
.global _exit
_exit:
	nop
	nop
	nop
.global _abort	
_abort:
	nop	
	nop