[llvm] r258223 - Reinstate the second part of a comment. NFC.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 15:39:28 PST 2016
Author: davide
Date: Tue Jan 19 17:39:28 2016
New Revision: 258223
URL: http://llvm.org/viewvc/llvm-project?rev=258223&view=rev
Log:
Reinstate the second part of a comment. NFC.
Reported by: Filipe Cabecinhas
Pointy-hat to: me
Modified:
llvm/trunk/include/llvm/Support/ELF.h
Modified: llvm/trunk/include/llvm/Support/ELF.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ELF.h?rev=258223&r1=258222&r2=258223&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/ELF.h (original)
+++ llvm/trunk/include/llvm/Support/ELF.h Tue Jan 19 17:39:28 2016
@@ -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
More information about the llvm-commits
mailing list