Properly check undefined symbols when gc_sections is active.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-gc / pr11218-2.c
1 extern void foo_in_so(void);
2
3 void call_unresolved(void)
4 {
5 unresolved_detected_at_runtime_not_at_linktime();
6 }
7
8 int main(int argc, char *argv[])
9 {
10 foo_in_so();
11
12 return 0;
13 }
This page took 0.031992 seconds and 4 git commands to generate.