summaryrefslogtreecommitdiff
path: root/elfcpp
diff options
context:
space:
mode:
Diffstat (limited to 'elfcpp')
-rw-r--r--elfcpp/ChangeLog4
-rw-r--r--elfcpp/elfcpp.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
index ec8143614c..0a9906cc18 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-16 Doug Kwan <dougkwan@google.com>
+
+ * elfcpp/elfcpp.h (DT_PREINIT_ARRAY): Correct enum value.
+
2009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
* elfcpp/elfcpp_file.h (Elf_file::section_name): Change shstr_size
diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h
index 683cd9dceb..c5c93c31d9 100644
--- a/elfcpp/elfcpp.h
+++ b/elfcpp/elfcpp.h
@@ -657,7 +657,7 @@ enum DT
DT_RUNPATH = 29,
DT_FLAGS = 30,
DT_ENCODING = 32,
- DT_PREINIT_ARRAY = 33,
+ DT_PREINIT_ARRAY = 32,
DT_PREINIT_ARRAYSZ = 33,
DT_LOOS = 0x6000000d,
DT_HIOS = 0x6ffff000,