OSDN Git Service

2009-10-30 Doug Kwan <dougkwan@google.com>
[pf3gnuchains/pf3gnuchains3x.git] / elfcpp / elfcpp.h
index c5c93c3..4ace47c 100644 (file)
@@ -656,7 +656,11 @@ enum DT
   DT_FINI_ARRAYSZ = 28,
   DT_RUNPATH = 29,
   DT_FLAGS = 30,
+
+  // This is used to mark a range of dynamic tags.  It is not really
+  // a tag value.
   DT_ENCODING = 32,
+
   DT_PREINIT_ARRAY = 32,
   DT_PREINIT_ARRAYSZ = 33,
   DT_LOOS = 0x6000000d,