ld: Don't xfail ld-elf/warn[12] on 64-bit Solaris/SPARC
[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.02975 seconds and 4 git commands to generate.