Revert the value change of DT_ENCODING from 2003-01-17. Luckily (and
authorJan Beulich <jbeulich@novell.com>
Thu, 26 Apr 2007 06:59:55 +0000 (06:59 +0000)
committerJan Beulich <jbeulich@novell.com>
Thu, 26 Apr 2007 06:59:55 +0000 (06:59 +0000)
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).

include/elf/ChangeLog
include/elf/common.h

index ec6fdfa..89deb48 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-26  Jan Beulich  <jbeulich@novell.com>
+
+       * common.h (DT_ENCODING): Correct value (back to spec mandated
+       value).
+
 2007-03-08  Alan Modra  <amodra@bigpond.net.au>
 
        * v850.h (V850_OTHER_TDA_BYTE): Delete.
index ab7f35a..2d68403 100644 (file)
 #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