19990502 sourceware import
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers8.map
CommitLineData
252b5132
RH
1VERSION {
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.022909 seconds and 4 git commands to generate.