[GOLD][COMMITTED] Fix incorrect encoding of DT_PREINIT_ARRAY.
Ian Lance Taylor
iant@google.com
Sat Oct 17 00:18:00 GMT 2009
Andreas Schwab <schwab@linux-m68k.org> writes:
> "Doug Kwan (關振德)" <dougkwan@google.com> writes:
>
>> @@ -657,7 +657,7 @@ enum DT
>> DT_RUNPATH = 29,
>> DT_FLAGS = 30,
>> DT_ENCODING = 32,
>> - DT_PREINIT_ARRAY = 33,
>> + DT_PREINIT_ARRAY = 32,
>
> What about DT_ENCODING?
The value for DT_ENCODING is correct. For details see
http://sco.com/developers/gabi/latest/ch5.dynamic.html#dynamic_section
Ian
More information about the Binutils
mailing list