Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2007-04-26 10:59:55 +0400
committerJan Beulich <jbeulich@novell.com>2007-04-26 10:59:55 +0400
commit0e78d0f67513028d06a6be52f0f42d1aa97ad06a (patch)
treeff45fc17ef8a383a25f0ecd13a532eb2ba08ecc3 /include/elf/common.h
parent9c6c22286cff0fd448ddbc79589e272b70a79600 (diff)
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).
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h
index ab7f35af7..2d68403b0 100644
--- a/include/elf/common.h
+++ b/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