diff options
author | James Cowgill <james410@cowgill.org.uk> | 2016-10-05 16:20:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-10-07 12:30:00 (GMT) |
commit | cd4f573ae9f4ded1cb386698f90c7ccf1504f094 (patch) | |
tree | 641a8c896d58a332758f74efe051fda55e808282 /Source/cmELF.h | |
parent | b8b1d15186b33ec598b1126169856184805b3e6f (diff) | |
download | CMake-cd4f573ae9f4ded1cb386698f90c7ccf1504f094.zip CMake-cd4f573ae9f4ded1cb386698f90c7ccf1504f094.tar.gz CMake-cd4f573ae9f4ded1cb386698f90c7ccf1504f094.tar.bz2 |
cmSystemTools, elf: handle DT_MIPS_RLD_REL_MAP in RemoveRPath
Diffstat (limited to 'Source/cmELF.h')
-rw-r--r-- | Source/cmELF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmELF.h b/Source/cmELF.h index 3fc59b4..9c56be7 100644 --- a/Source/cmELF.h +++ b/Source/cmELF.h @@ -107,7 +107,7 @@ public: /** Interesting dynamic tags. If the tag is 0, it does not exist in the host ELF implementation */ - static const long TagRPath, TagRunPath; + static const long TagRPath, TagRunPath, TagMipsRldMapRel; private: friend class cmELFInternal; |