i386/x86-64: Add unwind info for .plt.got section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / plt-main5.c
CommitLineData
76e7af5f
L
1#include <stdio.h>
2
3extern void check_foo (void);
4extern void check_bar (void);
5
6int
7main (void)
8{
9 check_foo ();
10 check_bar ();
11
12 printf ("OK\n");
13
14 return 0;
15}
This page took 0.111793 seconds and 4 git commands to generate.