This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - More direct implementation of edata/etext
ClosedPublic

Authored by grimar on Mar 1 2016, 12:15 AM.

Details

Summary

As was suggested in mails, this patch implements edata/etext
symbols in a more direct way.
It iterates through PT_LOADs.

Result seems to be the same and equal to gold output.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar updated this revision to Diff 49460.Mar 1 2016, 12:15 AM
grimar retitled this revision from to [ELF] - More direct implementation of edata/etext.
grimar updated this object.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.
rafael accepted this revision.Mar 1 2016, 11:02 AM
rafael edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 1 2016, 11:02 AM
ruiu accepted this revision.Mar 1 2016, 11:05 AM
ruiu edited edge metadata.

LGTM

This revision was automatically updated to reflect the committed changes.