fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / binutils / ld / testsuite / ld-elfvers / vers18.map
blob8dcff39b6f03be2c1b9418e96d1bffd67e89a738
1 VERS_1.1 {
2          local:
3                  hide_old*; 
4                  hide_original*; 
5                  hide_new*; 
6 };
8 VERS_1.2 {
9 } VERS_1.1;
11 VERS_2.0 {
12 } VERS_1.2;