Don't convert R_386_GOT32 relocation
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / plt-main5.c
1 #include <stdio.h>
2
3 extern void check_foo (void);
4 extern void check_bar (void);
5
6 int
7 main (void)
8 {
9 check_foo ();
10 check_bar ();
11
12 printf ("OK\n");
13
14 return 0;
15 }
This page took 0.029633 seconds and 4 git commands to generate.