diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-29 16:26:20 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-29 16:26:20 +0000 |
commit | bef2946c219dc621608bcc9e47f8b973e5ef5c70 (patch) | |
tree | 1e4dfae199fc27167ed7496693938fec2dab65c2 /ELF/Config.h | |
parent | c53addf38e24e4dafe992aafb3ae928bfa8fdb0a (diff) | |
download | src-bef2946c219dc621608bcc9e47f8b973e5ef5c70.tar.gz src-bef2946c219dc621608bcc9e47f8b973e5ef5c70.zip |
Vendor import of lld trunk r304149:vendor/lld/lld-trunk-r304149
Notes
Notes:
svn path=/vendor/lld/dist/; revision=319148
svn path=/vendor/lld/lld-trunk-r304149/; revision=319149; tag=vendor/lld/lld-trunk-r304149
Diffstat (limited to 'ELF/Config.h')
-rw-r--r-- | ELF/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ELF/Config.h b/ELF/Config.h index 57a0e5a5ec73..54f6dc2acc7c 100644 --- a/ELF/Config.h +++ b/ELF/Config.h @@ -145,6 +145,7 @@ struct Configuration { bool ZNow; bool ZOrigin; bool ZRelro; + bool ZRodynamic; bool ZText; bool ExitEarly; bool ZWxneeded; |