Also check GOT PLT for R_X86_64_PLTOFF64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19784b.c
CommitLineData
d1ed1c7d
L
1int foo (int x) __attribute__ ((ifunc ("resolve_foo")));
2
3static int foo_impl(int x)
4{
5 return x;
6}
7
8void *resolve_foo (void)
9{
10 return (void *) foo_impl;
11}
This page took 0.04858 seconds and 4 git commands to generate.