Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-ifunc / pr18808a.c
blob35228aef06822c870a628946e3360fdf76b5cb4a
1 #include <stdio.h>
3 void bar(void);
4 int main(void)
6 bar();
7 printf("OK\n");
8 return 0;