summaryrefslogtreecommitdiffstats
path: root/Source/cmELF.h
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2016-10-05 16:20:58 (GMT)
committerBrad King <brad.king@kitware.com>2016-10-07 12:30:00 (GMT)
commitcd4f573ae9f4ded1cb386698f90c7ccf1504f094 (patch)
tree641a8c896d58a332758f74efe051fda55e808282 /Source/cmELF.h
parentb8b1d15186b33ec598b1126169856184805b3e6f (diff)
downloadCMake-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.h2
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;