Also check GOT PLT for R_X86_64_PLTOFF64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / mpx1c.c
CommitLineData
c3320543
L
1extern void foo1 (void);
2extern void foo2 (void);
3
4int
5main (void)
6{
7 foo1 ();
8 foo2 ();
9 return 0;
10}
This page took 0.145138 seconds and 4 git commands to generate.