PR 17287, DT_NEEDED of unneeded libraries affects --as-needed
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr9676-3.c
1 extern int foo (void) __attribute__((section (".gnu.linkonce.t.1"), weak));
2
3 int
4 foo (void)
5 {
6 return 1;
7 }
This page took 0.029621 seconds and 4 git commands to generate.