From 606bfc9c5072bf65a236c5fece4e9ae3bc05d947 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Sun, 18 Jul 2021 20:21:12 -0600
Subject: [PATCH] Weaken more rust symbols

---
 Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 11d1e0ea..59a6408e 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,11 @@ WEAKEN_SYMBOLS=\
 	-W __muloti4 \
 	-W __udivti3 \
 	-W __umodti3 \
-	-W __rust_probestack
+	-W __rust_probestack \
+	-W __rust_alloc \
+	-W __rust_alloc_zeroed \
+	-W __rust_dealloc \
+	-W __rust_realloc
 
 .PHONY: all clean fmt install install-headers libs submodules test
 
-- 
GitLab