summaryrefslogtreecommitdiff
path: root/include/elf/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-01-11 17:53:33 +0000
committerNick Clifton <nickc@redhat.com>2000-01-11 17:53:33 +0000
commit2d0e6f43d34855cf0d970894af0a19fdbbccade7 (patch)
tree1da96771f2fc91afac68406c18315df91a0fe24d /include/elf/ChangeLog
parent0d06e24ba79bdc3617c5e56a2c32b3a7f28a4bd5 (diff)
downloadbinutils-gdb-2d0e6f43d34855cf0d970894af0a19fdbbccade7.tar.gz
Fix mistakes made about interpretation of ELF ABI spec
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r--include/elf/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index c2772680a11..4a5321b960c 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,13 @@
+2000-01-11 Nick Clifton <nickc@cygnus.com>
+
+ * common.h (DT_ENCODING): Fix definition of this value.
+ (DT_LOOS): Fix definition of this value.
+ (DT_HIOS): Fix definition of this value.
+ (OLD_DT_LOOS): Value of DT_LOOS before Oct 4, 1999 draft
+ of ELF spec changed it.
+ (OLD_DT_HIOS): Value of DT_HIOS before Oct 4, 1999 draft
+ of ELF spec changed it.
+
2000-01-10 Egor Duda <deo@logos-m.ru>
* common.h (NT_WIN32PSTATUS): Define. (cygwin elf core dumps).