R_X86_64_TPOFF64 is a dynamic relocation,
it should not appear in static relocation proccessing.
Patch fixes it.
Details
Diff Detail
Event Timeline
ELF/Target.h | ||
---|---|---|
29 | The other dynamic relocation for GOT is "GotRel", so we don't need to add "Dyn", no? Also, since this is now just an accessor that does nothing, please remove this function and use the field directly. |
- Rebased
- Addressed review comments.
ELF/Target.h | ||
---|---|---|
29 | I am already using the field directly, but there is still one place where accessor is required. |
The other dynamic relocation for GOT is "GotRel", so we don't need to add "Dyn", no?
Also, since this is now just an accessor that does nothing, please remove this function and use the field directly.