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