Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / MipsBaseInfo.h
index be2815db0517cae1bfb3adbf27c4ef874cff55a4..00fc5dfb356a8247ae23e2213e2569e7468cafad 100644 (file)
@@ -56,6 +56,13 @@ namespace MipsII {
     // Dynamic TLS).
     MO_TLSGD,
 
+    /// MO_TLSLDM - Represents the offset into the global offset table at which
+    // the module ID and TSL block offset reside during execution (Local
+    // Dynamic TLS).
+    MO_TLSLDM,
+    MO_DTPREL_HI,
+    MO_DTPREL_LO,
+
     /// MO_GOTTPREL - Represents the offset from the thread pointer (Initial
     // Exec TLS).
     MO_GOTTPREL,