eac2b0e3dcb94ef938a9b60bdca0aa35b5a37b29
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers18.map
1 VERS_1.1 {
2 global:
3 foo1;
4 local:
5 hide_old*;
6 hide_original*;
7 hide_new*;
8 };
9
10 VERS_1.2 {
11 foo2;
12 } VERS_1.1;
13
14 VERS_2.0 {
15 } VERS_1.2;
This page took 0.030625 seconds and 4 git commands to generate.