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