ld/testsuite: Disable non-PIC shared library tests on ARM
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers8.map
1 VERSION {
2 VERS_1.1 {
3 local:
4 hide_old*;
5 hide_original*;
6 hide_new*;
7 };
8
9 VERS_1.2 {
10 } VERS_1.1;
11
12 VERS_2.0 {
13 show_bar1; show_bar2;
14 } VERS_1.2;
15 }
This page took 0.051617 seconds and 4 git commands to generate.