$OpenBSD: patch-tools_lld_ELF_Config_h,v 1.6 2019/01/28 15:34:22 jca Exp $

lld: add -z interpose support

Index: tools/lld/ELF/Config.h
--- tools/lld/ELF/Config.h.orig
+++ tools/lld/ELF/Config.h
@@ -182,6 +182,7 @@ struct Configuration {
   bool ZExecstack;
   bool ZHazardplt;
   bool ZInitfirst;
+  bool ZInterpose;
   bool ZKeepTextSectionPrefix;
   bool ZNodelete;
   bool ZNodlopen;
