summaryrefslogtreecommitdiffstats
path: root/libstl.lds
diff options
context:
space:
mode:
Diffstat (limited to 'libstl.lds')
-rw-r--r--libstl.lds6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstl.lds b/libstl.lds
new file mode 100644
index 0000000..a7bbc9e
--- /dev/null
+++ b/libstl.lds
@@ -0,0 +1,6 @@
+LIBSTL_1.0 {
+ global:
+ stl_init;
+ stl_feed;
+ local: *;
+};