summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/export-class-def.s
blob: 90f908fecf7b05687d3262c5f98e384c95840ffb (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
	.data
	.balign		32
	.xdef		protected_bar
	.protected	protected_bar
protected_bar:
	.balign		32
	.xdef		protected_foo
	.protected	protected_foo
protected_foo:
	.balign		32
	.xdef		hidden_bar
	.hidden		hidden_bar
hidden_bar:
	.balign		32
	.xdef		hidden_foo
	.hidden		hidden_foo
hidden_foo:
	.balign		32
	.xdef		internal_bar
	.internal	internal_bar
internal_bar:
	.balign		32
	.xdef		internal_foo
	.internal	internal_foo
internal_foo: