Properly check undefined symbols when gc_sections is active.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-gc / pr11218-1.c
1 extern void unresolved_detected_at_runtime_not_at_linktime(void);
2 void foo_in_so(void)
3 {
4 unresolved_detected_at_runtime_not_at_linktime();
5 }
This page took 0.031376 seconds and 5 git commands to generate.