Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / plt-main2.c
blobd76694eba8796ff80b1cc8668796add73a10519f
1 extern int foo(void);
2 typedef int (*func_p) (void);
3 func_p foo_ptr = foo;