Index: lld/ELF/LinkerScript.cpp
--- lld/ELF/LinkerScript.cpp.orig
+++ lld/ELF/LinkerScript.cpp
@@ -109,7 +109,8 @@ StringRef LinkerScript::getOutputSectionName(const Inp
                       ".init_array",  ".fini_array", ".tbss",
                       ".tdata",       ".ARM.exidx",  ".ARM.extab",
                       ".ctors",       ".dtors",      ".sbss",
-                      ".sdata",       ".srodata"})
+                      ".sdata",       ".srodata"     ".openbsd.randomdata",
+		      ".openbsd.mutable"})
     if (isSectionPrefix(v, s->name))
       return v;
 
