* ld-elf/linkonce1.d: Accept "UNUSED" as part of the name of an
[binutils.git] / ld / testsuite / ld-x86-64 / protected2.s
blob61e5aecb49af71fea18070bbd08ad233e820f1fb
1 .text
2 .globl foo
3 .protected foo
4 .type foo, @function
5 foo:
6 ret
7 .size foo, .-foo
8 .globl bar
9 .type bar, @function
10 bar:
11 call foo
12 ret
13 .size bar, .-bar