diff options
Diffstat (limited to 'lld/ELF/Target.h')
-rw-r--r-- | lld/ELF/Target.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h index b81db7d37b8..7d23772f8f7 100644 --- a/lld/ELF/Target.h +++ b/lld/ELF/Target.h @@ -119,6 +119,7 @@ private: uint64_t getPPC64TocBase(); +const unsigned MipsGPOffset = 0x7ff0; template <class ELFT> typename ELFT::uint getMipsGpAddr(); extern TargetInfo *Target; |