ld: Add -Bsymbolic-functions tests
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr23930.t
1 PHDRS {
2 text PT_LOAD;
3 }
4
5 SECTIONS
6 {
7 . = (0xffffffff8000000f + ALIGN(0x1000000, 0x1000000));
8 .text : AT(ADDR(.text) - 0xffffffff8000000f) {
9 } :text
10 }