diff options
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; |