ld: Add -Bsymbolic-functions tests
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr23930b.s
1 .text
2 .globl orig
3 .type orig, @function
4 orig:
5 xorl %eax, %eax
6 ret
7 .size orig, .-orig
8 .section .text.startup,"ax",@progbits
9 .globl main
10 .type main, @function
11 main:
12 xorl %eax, %eax
13 ret
14 .size main, .-main