Enable DebugInfo support for COFF object files.
[oota-llvm.git] / lib / Target / X86 / X86FixupKinds.h
index 17d242ab761e3579a834a1ac653a640df1b39e35..d6cb39ae9a736307e206bc458a9e20df4758c43c 100644 (file)
@@ -23,6 +23,8 @@ enum Fixups {
   reloc_global_offset_table,                 // 32-bit, relative to the start
                                              // of the instruction. Used only
                                              // for _GLOBAL_OFFSET_TABLE_.
+  reloc_coff_secrel32,                       // PE-COFF section relative 32
+                                             // (only valid for win32 COFF)
   // Marker
   LastTargetFixupKind,
   NumTargetFixupKinds = LastTargetFixupKind - FirstTargetFixupKind