[PATCH] D30256: [ELF] - Implemented -z noreloc-overflow.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 13:28:55 PST 2017


>I believe GNU linker prints out "relocations against text section; recomiple with -fPIC" warning if the linker is creating a DSO. Does >it warn on text relocations if no -shared is given?

Wait. I did not see "relocations against text section; recompile with -fPIC" on 2.27,
I was talking about "relocation R_X86_64_32 against symbol `_start' can not be used when making a shared object; recompile with -fPIC"

George.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170222/849a54c7/attachment.html>


More information about the llvm-commits mailing list