gdb: Convert language la_compute_program field to a method
[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.02878 seconds and 4 git commands to generate.