aboutsummaryrefslogtreecommitdiff
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
commitf2e3d4e2ec1bb35ac66fa0d1ae5b12dab559bddf (patch)
treeb537c491e7bd14bbae45551c5b65e462f7fbd725 /elfcpp
parent06e66df219d432adea53189c5304c13d2f5936e0 (diff)
downloadfsf-binutils-gdb-f2e3d4e2ec1bb35ac66fa0d1ae5b12dab559bddf.zip
fsf-binutils-gdb-f2e3d4e2ec1bb35ac66fa0d1ae5b12dab559bddf.tar.gz
fsf-binutils-gdb-f2e3d4e2ec1bb35ac66fa0d1ae5b12dab559bddf.tar.bz2
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 ec81436..0a9906c 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 683cd9d..c5c93c3 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,