This is an archive of the discontinued LLVM Phabricator instance.

Delete dead code. Document live code.
Needs ReviewPublic

Authored by espindola on May 6 2016, 12:30 PM.

Details

Reviewers
ruiu
Summary

The first .got.plt entries are used by the first plt entry to support lazy loading. With that deleted I can run programs with LD_BIND_NOW, but not without.

The value of the first entry does seem unused. I can boostrap and run all tests with this.

Diff Detail

Event Timeline

rafael updated this revision to Diff 56445.May 6 2016, 12:30 PM
rafael retitled this revision from to Delete dead code. Document live code..
rafael updated this object.
rafael added a reviewer: ruiu.
rafael added a subscriber: llvm-commits.
espindola commandeered this revision.Mar 15 2018, 8:58 AM
espindola added a reviewer: rafael.