aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-s390/weakundef-2.s
blob: d147b53d6dcae93d839274e94b2c9d00428b9ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.text
	.globl foo
foo:
	larl	%r1,d@PLT
	larl	%r1,wd@PLT
	larl	%r1,wu@PLT
	brasl	%r14,d@PLT
	brasl	%r14,wd@PLT
	brasl	%r14,wu@PLT
	.weak	wu
	.type d,@function
d:
	br	%r14
	.weak	wd
	.type wd,@function
wd:
	br	%r14