This is an archive of the discontinued LLVM Phabricator instance.

ELF2: Add DT_REL{,A}ENT and DT_SYMENT.
ClosedPublic

Authored by ruiu on Sep 30 2015, 12:23 PM.

Details

Reviewers
rafael
Summary

According to the ELF specification, these dynamic array entries are mandatory.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 36135.Sep 30 2015, 12:23 PM
ruiu retitled this revision from to ELF2: Add DT_REL{,A}ENT and DT_SYMENT..
ruiu updated this object.
ruiu added a reviewer: rafael.
ruiu added a subscriber: llvm-commits.
rafael accepted this revision.Sep 30 2015, 1:30 PM
rafael edited edge metadata.

LGTM with a nit.

test/elf2/dynamic-reloc.s
48

You can check the numeric value, it is not going to change any time soon :-)

This revision is now accepted and ready to land.Sep 30 2015, 1:30 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r248952.