- Add "(compatible with GNU linkers)" to the -version output - Print out "supported targets". - Update/fix PIE defaults - -z nodlopen has been commited upstream from Brad (maintainer)
15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
$OpenBSD: patch-tools_lld_ELF_Config_h,v 1.2 2017/03/23 08:26:07 ajacoutot Exp $
|
|
|
|
[ELF] Add -z nodlopen option.
|
|
|
|
--- tools/lld/ELF/Config.h.orig Sat Mar 18 15:46:36 2017
|
|
+++ tools/lld/ELF/Config.h Sat Mar 18 15:46:52 2017
|
|
@@ -135,6 +135,7 @@ struct Configuration {
|
|
bool ZCombreloc;
|
|
bool ZExecstack;
|
|
bool ZNodelete;
|
|
+ bool ZNodlopen;
|
|
bool ZNow;
|
|
bool ZOrigin;
|
|
bool ZRelro;
|