Add support for files with more than 65280 sections. No testcase since
[oota-llvm.git] / include / llvm / Support / ELF.h
index 2e75ea154bed98316e056383f15caa32ebbba6d3..3c8b7299755e74ef0c23788f6a04215157d265b5 100644 (file)
@@ -299,6 +299,7 @@ enum {
   SHN_HIPROC    = 0xff1f, // Highest processor-specific index
   SHN_ABS       = 0xfff1, // Symbol has absolute value; does not need relocation
   SHN_COMMON    = 0xfff2, // FORTRAN COMMON or C external global variables
+  SHN_XINDEX    = 0xffff, // Mark that the index is >= SHN_LORESERVE
   SHN_HIRESERVE = 0xffff  // Highest reserved index
 };