]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/export-class-def.s
elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / export-class-def.s
CommitLineData
a521a329
MR
1 .data
2 .balign 32
3 .xdef protected_bar
4 .protected protected_bar
5protected_bar:
6 .balign 32
7 .xdef protected_foo
8 .protected protected_foo
9protected_foo:
10 .balign 32
11 .xdef hidden_bar
12 .hidden hidden_bar
13hidden_bar:
14 .balign 32
15 .xdef hidden_foo
16 .hidden hidden_foo
17hidden_foo:
18 .balign 32
19 .xdef internal_bar
20 .internal internal_bar
21internal_bar:
22 .balign 32
23 .xdef internal_foo
24 .internal internal_foo
25internal_foo: