Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-undefined / undefined.c
blobef2aec6d6e558c401dc7573e3b615edb6cb75edf
1 /* This file is used to test the linker's reporting of undefined
2 symbols. */
4 extern int this_function_is_not_defined ();
6 int
7 function ()
9 return this_function_is_not_defined ();