Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-elfvers / vers3.c
blobdbb4dafedc7a995bf8a0077a22d8dbe4e14dbe3e
1 /*
2 * Main program for test1, test2.
3 */
4 #include <stdio.h>
6 extern int show_foo ();
8 int
9 main()
11 printf("%d\n", show_foo());
12 return 0;