This is an archive of the discontinued LLVM Phabricator instance.

[ELF2] - Implemented rel[a].plt sections
ClosedPublic

Authored by grimar on Oct 8 2015, 11:52 AM.

Details

Summary

.rela.plt contains list of elements in the PLT, which are liable to the relocation during the dynamic linking.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar updated this revision to Diff 36884.Oct 8 2015, 11:52 AM
grimar retitled this revision from to [ELF2] - Implemented rel[a].plt sections.
grimar updated this object.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.
ruiu accepted this revision.Oct 8 2015, 1:21 PM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 8 2015, 1:21 PM
This revision was automatically updated to reflect the committed changes.