summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/export-class-call16-def.s
blob: ce82f22f3ad820ee76de40c02160b3ba211236ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
	.text
	.balign		16
	.xdef		protected_foo
	.protected	protected_foo
	.ent		protected_foo
protected_foo:
	jr		$31
	.end		protected_foo
	.balign		16
	.xdef		hidden_foo
	.hidden		hidden_foo
	.ent		hidden_foo
hidden_foo:
	jr		$31
	.end		hidden_foo
	.balign		16
	.xdef		internal_foo
	.internal	internal_foo
	.ent		internal_foo
internal_foo:
	jr		$31
	.end		internal_foo