ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / needed3.c
1 extern void foo (void);
2
3 int
4 main ()
5 {
6 foo ();
7 return 0;
8 }
This page took 0.028451 seconds and 4 git commands to generate.