Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-elfvers / vers16.c
blob6668bc60621cc897883111d74a0db83f6e330260
1 int show_bar ()
3 return 0;
5 extern int show_foo ();
7 int main ()
9 return show_foo ();