about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-02-10 17:21:29 +0000
committerUlrich Drepper <drepper@redhat.com>2009-02-10 17:21:29 +0000
commit40e2fc8b708d74c59548fd5a5673b2d3329f34c0 (patch)
tree8be4e4504aefe4307f20a37d640dd6360a75b6b0 /ChangeLog
parent6c03cd11e9c253211c831a70dfece6f5bd07e12c (diff)
downloadglibc-40e2fc8b708d74c59548fd5a5673b2d3329f34c0.tar.gz
glibc-40e2fc8b708d74c59548fd5a5673b2d3329f34c0.tar.xz
glibc-40e2fc8b708d74c59548fd5a5673b2d3329f34c0.zip
* elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
	defined, allow additional data to be added using the optional
	MORE_ELF_HEADER_DATA macro.
	* sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
	VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79e0710a2b..4fdd93406d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-02-10  Ulrich Drepper  <drepper@redhat.com>
+
+	* elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
+	defined, allow additional data to be added using the optional
+	MORE_ELF_HEADER_DATA macro.
+	* sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
+	VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
+
 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
 
 	* include/atomic.h: Define catomic_and if not already defined.