Skip to content
Snippets Groups Projects
Commit 4a6ef022 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'weak_rust_probestack' into 'master'

link: Weaken __rust_probestack symbol

See merge request redox-os/relibc!310
parents 3a0d2177 9e0e8834
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,8 @@ WEAKEN_SYMBOLS=\
-W __floattidf \
-W __muloti4 \
-W __udivti3 \
-W __umodti3
-W __umodti3 \
-W __rust_probestack
.PHONY: all clean fmt install install-headers libs test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment