Some dynamic table tags like RELSZ and PLTRELSZ depend on result of finalizing corresponding relocation sections. Therefore we have to finalize .dynamic section at the end.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D16799
[ELF] Finalize .dynamic section at the end ClosedPublic Authored by atanasyan on Feb 2 2016, 12:43 AM.
Details Summary Some dynamic table tags like RELSZ and PLTRELSZ depend on result of finalizing corresponding relocation sections. Therefore we have to finalize .dynamic section at the end.
Diff Detail
Event Timelineatanasyan updated this object. ruiu edited edge metadata. Comment ActionsLGTM
This revision is now accepted and ready to land.Feb 2 2016, 12:54 AM Closed by commit rL259478: [ELF] Finalize .dynamic section at the end (authored by atanasyan). · Explain WhyFeb 2 2016, 1:12 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 46625 lld/trunk/ELF/Writer.cpp
lld/trunk/test/ELF/mips-relocs.s
|