* ld-elfvsb/elf-offset.ld: Add .rel.eh_frame and .rela.eh_frame
[deliverable/binutils-gdb.git] / ld / testsuite / ld-undefined / undefined.c
1 /* This file is used to test the linker's reporting of undefined
2 symbols. */
3
4 extern int this_function_is_not_defined ();
5
6 int
7 function ()
8 {
9 return this_function_is_not_defined ();
10 }
This page took 0.03447 seconds and 4 git commands to generate.