diff options
-rw-r--r-- | llvm/include/llvm/Support/ELF.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/ELF.h b/llvm/include/llvm/Support/ELF.h index e6712cb072c..775bf99662b 100644 --- a/llvm/include/llvm/Support/ELF.h +++ b/llvm/include/llvm/Support/ELF.h @@ -1202,6 +1202,7 @@ enum { DT_MIPS_RWPLT = 0x70000034, // Points to the base // of a writable PLT. DT_MIPS_RLD_MAP_REL = 0x70000035, // Relative offset of run time loader + // map, used for debugging. // Sun machine-independent extensions. DT_AUXILIARY = 0x7FFFFFFD, // Shared object to load before self |