Index: runtime/druntime/src/rt/sections.d
--- runtime/druntime/src/rt/sections.d.orig
+++ runtime/druntime/src/rt/sections.d
@@ -31,14 +31,7 @@ else version (FreeBSD)
 else version (NetBSD)
     public import rt.sections_elf_shared;
 else version (OpenBSD)
-{
-    /**
-     * OpenBSD is missing support needed for elf_shared.
-     * See the top of sections_solaris.d for more info.
-     */
-
-    public import rt.sections_solaris;
-}
+    public import rt.sections_elf_shared;
 else version (DragonFlyBSD)
     public import rt.sections_elf_shared;
 else version (Solaris)
