Add tests for --add-needed/--copy-dt-needed-entries
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / needed1a.c
CommitLineData
63406f0a
L
1extern void bar (void);
2
3void
4foo (void)
5{
6 bar ();
7}
This page took 0.023848 seconds and 4 git commands to generate.