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


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

	.section .pad
	.space 0x4000000