summaryrefslogtreecommitdiff
path: root/elfcpp
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2009-10-16 23:07:23 +0000
committerDoug Kwan <dougkwan@google.com>2009-10-16 23:07:23 +0000
commita1d532bb0f490a3158f2d501e5c184b40402a684 (patch)
treea7c7551eb364d29980d462bc0c82f4866c930827 /elfcpp
parent89d5b6f186767597af80b718b55766ffefa1113a (diff)
downloadbinutils-redhat-a1d532bb0f490a3158f2d501e5c184b40402a684.tar.gz
2009-10-16 Doug Kwan <dougkwan@google.com>
* elfcpp/elfcpp.h (DT_PREINIT_ARRAY): Correct enum value.
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,