summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfvers/vers1.map
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elfvers/vers1.map')
-rw-r--r--ld/testsuite/ld-elfvers/vers1.map16
1 files changed, 0 insertions, 16 deletions
diff --git a/ld/testsuite/ld-elfvers/vers1.map b/ld/testsuite/ld-elfvers/vers1.map
deleted file mode 100644
index 8fc37bcaf0f..00000000000
--- a/ld/testsuite/ld-elfvers/vers1.map
+++ /dev/null
@@ -1,16 +0,0 @@
-VERS_1.1 {
- global:
- foo1;
- local:
- hide_old*;
- hide_original*;
- hide_new*;
-};
-
-VERS_1.2 {
- foo2;
-} VERS_1.1;
-
-VERS_2.0 {
- show_bar1; show_bar2;
-} VERS_1.2;