X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FMips%2FMCTargetDesc%2FMipsBaseInfo.h;fp=lib%2FTarget%2FMips%2FMCTargetDesc%2FMipsBaseInfo.h;h=00fc5dfb356a8247ae23e2213e2569e7468cafad;hb=3faac0a78c7a70d3dcd2af102a132bb9da2d639c;hp=be2815db0517cae1bfb3adbf27c4ef874cff55a4;hpb=5dca1c9f633e3657189afaf9a672a7715c7be22d;p=oota-llvm.git diff --git a/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h b/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h index be2815db051..00fc5dfb356 100644 --- a/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h +++ b/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h @@ -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,