This is an archive of the discontinued LLVM Phabricator instance.

Support indirect dyld link information (used on MIPS)
ClosedPublic

Authored by emaste on Oct 10 2013, 11:52 AM.

Details

Reviewers
emaste
Summary

MIPS's .dyanamic section is read-only, and so instead of using DT_DEBUG it uses a separate field DT_MIPS_RLD_MAP which points to storage in the RW .rld_map section, which in turn points to the dyld information.

Diff Detail

Event Timeline

emaste updated this revision to Unknown Object (????).Oct 10 2013, 2:14 PM

use reference instead

emaste accepted this revision.Oct 10 2013, 6:19 PM
emaste closed this revision.

r192408, thanks Greg for the review