PR 17287, DT_NEEDED of unneeded libraries affects --as-needed
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / dwarf1.c
1 #include <stdio.h>
2 #include "dwarf1.h"
3
4 struct foo_s foo;
5
6 void
7 doprintf (void)
8 {
9 printf ("OK\n");
10 }
This page took 0.029373 seconds and 4 git commands to generate.