Przeglądaj źródła

Merge branch 'weak_rust_probestack' into 'master'

link: Weaken __rust_probestack symbol

See merge request redox-os/relibc!310
Jeremy Soller 4 lat temu
rodzic
commit
4a6ef0221f
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -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