[PATCH] D40029: [ELF] Only add contiguous isRelro sections to PT_GNU_RELRO PHDR

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 02:54:29 PST 2017


peter.smith added a reviewer: pcc.
peter.smith added a comment.

Adding pcc as the original author of https://reviews.llvm.org/D28272.

Peter, in  https://reviews.llvm.org/D28272#637284 you mention that you'd add a follow up patch that used .data.rel.ro rather than .bss.rel.ro for the copy relocations. I can't work out if that ever landed. Can you let me know if did? I've just ran into a case where the assumptions made by a ld.bfd linker script cause problems with the .bss.rel.ro name.


https://reviews.llvm.org/D40029





More information about the llvm-commits mailing list