I don't think you can fix the issue by recompiling it without -fPIC
(is it?). This patch also change the man page description because that's
too detailed. Technical details of the glibc's bug should be noted in a
commit message, but that doesn't have to be written in a man page.
Details
Details
- Reviewers
emaste tamur • espindola
Diff Detail
Diff Detail
- Build Status
Buildable 23414 Build 23413: arc lint + arc unit
Event Timeline
Comment Actions
I don't think you can fix the issue by recompiling it without -fPIC
I would think a fix would be compiling with -fPIC.
lld/ELF/Relocations.cpp | ||
---|---|---|
991 | I'm not sure about advice to link without -z text - that's the default, and so linking with or without it should have the same effect, disallowing text relocations? |
lld/ELF/Relocations.cpp | ||
---|---|---|
991 | I wonder if this option is still needed... |
I'm not sure about advice to link without -z text - that's the default, and so linking with or without it should have the same effect, disallowing text relocations?