aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/pr21375-xgot.s
blob: 39bfa08ca3a5d091a7714a1502caee8125fce147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
	.abicalls
	.set	noreorder

	.type	fun, @function
	.weak	fun
	.type	obj, @object
	.weak	obj
	.ifdef	prot
	.protected fun
	.protected obj
	.endif
	.ifdef	hidn
	.hidden	fun
	.hidden	obj
	.endif
	.ifdef	intr
	.internal fun
	.internal obj
	.endif

	.section .text.foo, "ax", @progbits
	.globl	foo
	.ent	foo
foo:
	.frame	$sp, 0, $31
	.mask	0x00000000, 0
	.fmask	0x00000000, 0
	.cpload	$25
	lui	$4, %got_hi(obj)
	lui	$25, %call_hi(fun)
	addu	$4, $28
	addu	$25, $28
	lw	$25, %call_lo(fun)($25)
	lw	$4, %got_lo(obj)($4)
	jr	$25
	 addiu	$4, 4
	.end	foo

# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
	.align	4, 0
	.space	16

	.section .text.bar, "ax", @progbits
	.ent	bar
bar:
	.frame	$sp, 0, $31
	.mask	0x00000000, 0
	.fmask	0x00000000, 0
	.cpload	$25
	lui	$4, %got_hi(obj)
	lui	$25, %call_hi(fun)
	addu	$4, $28
	addu	$25, $28
	lwl	$25, %call_lo(fun)($25)
	lwr	$4, %got_lo(obj)($4)
	jr	$25
	 addiu	$4, 4
	.end	bar

# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
	.align	4, 0
	.space	16