aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-powerpc/vxworks-relax-2.s
blob: bfb87aa3165b282505210e98d948ac7d3a08d4c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.globl	_start
_start:
	bl	elsewhere
	lis 9,elsewhere@ha
        la 0,elsewhere@l(9)
	bl	undefined
	b	.

	.section .far,"ax",@progbits
elsewhere:
	bl	_start
	b	.

	.section .pad
	.space 0x4000000