summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/local1.map
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elf/local1.map')
-rw-r--r--ld/testsuite/ld-elf/local1.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/local1.map b/ld/testsuite/ld-elf/local1.map
new file mode 100644
index 0000000..1e2aa8c
--- /dev/null
+++ b/ld/testsuite/ld-elf/local1.map
@@ -0,0 +1,6 @@
+{
+global:
+ *;
+local:
+ foo;
+};