Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / 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 }
This page took 0.046689 seconds and 4 git commands to generate.