Note that the --rpath-link command line option will search the contents of the SEARCH...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers30.c
1 void global (void) {}
2 void local (void) {}
3 void foo (void) {}
4 void bar (void) {}
5 void info (void) {}
6 void baz (void) __asm ("extern");
7 void baz (void) {}
This page took 0.031755 seconds and 4 git commands to generate.