gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / plt-lib.c
CommitLineData
4a7a7923
L
1int
2foo (void)
3{
4 return 1;
5}
6
7int
8bar (void)
9{
10 return -1;
11}
This page took 0.266381 seconds and 4 git commands to generate.