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