From 0e2919828282541c960f31a7aaed3653b3ca8e62 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Tue, 19 Jan 2016 23:39:28 +0000 Subject: [PATCH] Reinstate the second part of a comment. NFC. Reported by: Filipe Cabecinhas Pointy-hat to: me git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258223 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/ELF.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h index e6712cb072c..775bf99662b 100644 --- a/include/llvm/Support/ELF.h +++ b/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 -- 2.11.0