gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr23189.t
CommitLineData
011b32fd
L
1EXTERN(_start)
2ENTRY(_start)
3
4SECTIONS
5{
6 .text :
7 {
8 HIDDEN (__hidden_sym = .);
9 *(.text*)
10 }
11}
This page took 0.116851 seconds and 4 git commands to generate.