Fix treatment of symbol versions with unused as-needed libraries.
[deliverable/binutils-gdb.git] / gold / testsuite / weak_as_needed_b.script
1 v1 {
2 global:
3 bar;
4 };
5 v2 {
6 global:
7 bar;
8 baz;
9 local:
10 *;
11 } v1;
This page took 0.050487 seconds and 4 git commands to generate.