about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-05-26 20:59:55 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-08-29 12:22:18 +0200
commitd821f07c9e9575b47df87cc38f26c31e09b3ce0d (patch)
tree4b7b71793a6017324dbbe868cbb906bb27cfb6ef /ChangeLog
parentc54290cf086940e3859b236d0fb880bacab2288b (diff)
downloadglibc-d821f07c9e9575b47df87cc38f26c31e09b3ce0d.tar.gz
glibc-d821f07c9e9575b47df87cc38f26c31e09b3ce0d.tar.xz
glibc-d821f07c9e9575b47df87cc38f26c31e09b3ce0d.zip
Support ELFOSABI_GNU on all GNU systems.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a45e2e2dbb..f396dbdd1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
+	(VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
+	Move macros to...
+	* sysdeps/gnu/ldsodefs.h: ... this new file.
+
 	* sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
 	(VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
 	instead of ELFOSABI_LINUX.