This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[GOLD][COMMITTED] Fix incorrect encoding of DT_PREINIT_ARRAY.


Hi,

    I just committed this obvious fix for wrong encoding of DT_PREINIT_ARRAY.

-Doug

2009-10-16  Doug Kwan  <dougkwan@google.com>

	* elfcpp/elfcpp.h (DT_PREINIT_ARRAY): Correct enum value.

-------
Index: elfcpp/elfcpp.h
===================================================================
RCS file: /cvs/src/src/elfcpp/elfcpp.h,v
retrieving revision 1.25
diff -u -p -r1.25 elfcpp.h
--- elfcpp/elfcpp.h     23 Jul 2009 13:00:26 -0000      1.25
+++ elfcpp/elfcpp.h     16 Oct 2009 23:00:32 -0000
@@ -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,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]