]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #16566 : thestinger/rust/aslr, r=pcwalton
authorbors <bors@rust-lang.org>
Mon, 18 Aug 2014 02:31:11 +0000 (02:31 +0000)
committerbors <bors@rust-lang.org>
Mon, 18 Aug 2014 02:31:11 +0000 (02:31 +0000)
This is enough for dynamic libraries, but not executables because MinGW
does not output a .reloc section even with `--dynamicbase`. It could
either be worked around by exporting a DLL symbol from the executable or
fixed in MinGW itself.


Trivial merge