Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr18900c.c
blobb37ca16671664d86a4682bd611ddc67d73ca6d59
1 extern void foo (void);
3 typedef void (*func_p) (void);
5 func_p p1 = &foo;