This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Adds non-MIPS specific name for DT_MIPS_RLD_MAP
AbandonedPublic

Authored by jakehehrlich on May 16 2017, 12:21 PM.

Details

Reviewers
ruiu
Summary

D33251 adds support for DT_MIPS_RLD_MAP on non-MIPS platforms. So a non-MIPS specific .dynamic entry name would be nice. This change simply makes DT_DEBUG_INDIRECT an alias for DT_MIPS_RLD_MAP.

Diff Detail

Repository
rL LLVM