Fix ld-x86-64/align-branch-1 test failure on --target=x86_64-elf
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr24276.dso
1 INPUT(pr19319.so)
2 SECTIONS {
3 my_section : {
4 __start_my_section = .;
5 *(my_section);
6 __stop_my_section = .;
7
8 }
9 }