Wed Mar 12 21:44:19 1997 Eric Youngdale <eric@andante.jic.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers8.map
1 VERSION {
2 VERS_1.1 {
3 global:
4 foo1;
5 local:
6 hide_old*;
7 hide_original*;
8 hide_new*;
9 };
10
11 VERS_1.2 {
12 foo2;
13 } VERS_1.1;
14
15 VERS_2.0 {
16 show_bar1; show_bar2;
17 } VERS_1.2;
18 }
This page took 0.036947 seconds and 5 git commands to generate.