From f2e3d4e2ec1bb35ac66fa0d1ae5b12dab559bddf Mon Sep 17 00:00:00 2001 From: Doug Kwan Date: Fri, 16 Oct 2009 23:07:23 +0000 Subject: 2009-10-16 Doug Kwan * elfcpp/elfcpp.h (DT_PREINIT_ARRAY): Correct enum value. --- elfcpp/elfcpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elfcpp/elfcpp.h') 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, -- cgit v1.1