Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-common-1a.c
blob794ca452bcd7578584f4a0a0000bf079a6fe7e7e
1 #include <stdio.h>
3 int foo;
4 int
5 main ()
7 printf ("PASSED: %d\n", foo);
8 return 0;