aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/undefweak-1a.s
blob: 1d885fb99970480190123fecec65aa0e0c760309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	.section .text.foobar,"axG",%progbits,foo,comdat
	.weak foo
	.type foo,%function
foo:
	.nop
	.size foo, . - foo
	.weak bar
	.set bar, foo
	.text
	.global baz
	.type baz,%function
baz:
	.dc.a foo
	.size baz, . - baz