Index: include/llvm/Support/ELF.h =================================================================== --- include/llvm/Support/ELF.h +++ include/llvm/Support/ELF.h @@ -1227,6 +1227,8 @@ DT_MIPS_RLD_MAP_REL = 0x70000035, // Relative offset of run time loader // map, used for debugging. + DT_DEBUG_INDIRECT = DT_MIPS_RLD_MAP, // Has the same value as DT_MIPS_RLD_MAP + // Sun machine-independent extensions. DT_AUXILIARY = 0x7FFFFFFD, // Shared object to load before self DT_FILTER = 0x7FFFFFFF // Shared object to get values from