Replace deprecated tcl case statements with switch statements
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers18.map
index eac2b0e3dcb94ef938a9b60bdca0aa35b5a37b29..8dcff39b6f03be2c1b9418e96d1bffd67e89a738 100644 (file)
@@ -1,6 +1,4 @@
 VERS_1.1 {
-        global:
-                foo1;
         local:
                 hide_old*; 
                 hide_original*; 
@@ -8,7 +6,6 @@ VERS_1.1 {
 };
 
 VERS_1.2 {
-                foo2;
 } VERS_1.1;
 
 VERS_2.0 {
This page took 0.02289 seconds and 4 git commands to generate.