summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-elfvers/vers8.map
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.21/ld/testsuite/ld-elfvers/vers8.map')
-rw-r--r--binutils-2.21/ld/testsuite/ld-elfvers/vers8.map15
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils-2.21/ld/testsuite/ld-elfvers/vers8.map b/binutils-2.21/ld/testsuite/ld-elfvers/vers8.map
new file mode 100644
index 0000000..c24fb10
--- /dev/null
+++ b/binutils-2.21/ld/testsuite/ld-elfvers/vers8.map
@@ -0,0 +1,15 @@
+VERSION {
+ VERS_1.1 {
+ local:
+ hide_old*;
+ hide_original*;
+ hide_new*;
+ };
+
+ VERS_1.2 {
+ } VERS_1.1;
+
+ VERS_2.0 {
+ show_bar1; show_bar2;
+ } VERS_1.2;
+}