From: Doug Kwan Date: Fri, 16 Oct 2009 23:07:23 +0000 (+0000) Subject: 2009-10-16 Doug Kwan X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f2e3d4e2ec1bb35ac66fa0d1ae5b12dab559bddf;p=binutils-gdb.git 2009-10-16 Doug Kwan * elfcpp/elfcpp.h (DT_PREINIT_ARRAY): Correct enum value. --- diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index ec8143614c7..0a9906cc180 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2009-10-16 Doug Kwan + + * elfcpp/elfcpp.h (DT_PREINIT_ARRAY): Correct enum value. + 2009-10-09 Andrew Pinski * elfcpp/elfcpp_file.h (Elf_file::section_name): Change shstr_size diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 683cd9dceb0..c5c93c31d92 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,