The runtime linker may store a pointer to a data structure used by debuggers. Differential Revision: http://reviews.llvm.org/D15775 llvm-svn: 256942
Before this patch sections that go after relro sequence were placed at the same memory page with relro ones. It caused segmentation fault on freebsd. Fixes PR25790. Patch by George Rimar with some tweaks by myself. llvm-svn: 256334
llvm-svn: 253437
llvm-svn: 253313