x86: Don't remove empty GNU_PROPERTY_X86_UINT32_OR_AND properties
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / hidden2.s
1 .text
2 .globl bar
3 .type bar, @function
4 bar:
5 call foo
6 ret
7 .size bar, .-bar
8 .weak foo
9 .hidden foo