Emit a warning when -z relro is unsupported
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers1.map
index 8fc37bcaf0fd19c38a9b182e701033122a409c75..767915cd7f811ae1b6ce58b23883fef0d08e260f 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.02416 seconds and 4 git commands to generate.