Don't add DT_NEEDED for references from the dummy bfd
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-11a.c
CommitLineData
af55061b
L
1extern void foo(void);
2extern void bar(void);
3
4int main(void)
5{
6 foo();
7 bar();
8 return 0;
9}
This page took 0.030355 seconds and 4 git commands to generate.