summaryrefslogtreecommitdiff
path: root/elfcpp/elfcpp.h
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/elfcpp.h
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/elfcpp.h')
-rw-r--r--elfcpp/elfcpp.h2
1 files changed, 1 insertions, 1 deletions
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,