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]

Re: DT_ENCODING


>>> Alan Modra <amodra@bigpond.net.au> 05.04.07 15:28 >>>
>On Thu, Apr 05, 2007 at 09:56:57AM +0100, Jan Beulich wrote:
>> Back in 2003, you changed DT_ENCODING from 32 (as documented) to 31.
>> Can you explain this (the ChangeLog entry unfortunately says nothing)?
>
>I don't know now, sorry.  Please change it back as I clearly did the
>wrong thing.

Committed:

Revert the value change of DT_ENCODING from 2003-01-17. Luckily (and
surprisingly) the value isn't really being used anywhere, henc no other
changes are needed.

include/elf/
2007-04-26  Jan Beulich  <jbeulich@novell.com>

	* common.h (DT_ENCODING): Correct value (back to spec mandated
	value).

--- 2007-04-26/include/elf/common.h
+++ 2007-04-26/include/elf/common.h
@@ -550,7 +550,7 @@
 #define DT_FINI_ARRAYSZ 28
 #define DT_RUNPATH	29
 #define DT_FLAGS	30
-#define DT_ENCODING	31
+#define DT_ENCODING	32
 #define DT_PREINIT_ARRAY   32
 #define DT_PREINIT_ARRAYSZ 33
 




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