about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-29 23:24:40 +0000
committerRoland McGrath <roland@gnu.org>2002-08-29 23:24:40 +0000
commit868b78c83cef264d69a854d9128a68845f346fe3 (patch)
tree73f59b7ed8640199040d8bc32a7415a0edbdb1cd /ChangeLog
parentc5738211bd4a61e6950c3e4a61fbb4c366fd13df (diff)
downloadglibc-868b78c83cef264d69a854d9128a68845f346fe3.tar.gz
glibc-868b78c83cef264d69a854d9128a68845f346fe3.tar.xz
glibc-868b78c83cef264d69a854d9128a68845f346fe3.zip
* elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
	* sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
	define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce7fe274f0..d2d72db499 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-08-29  Roland McGrath  <roland@redhat.com>
 
+	* elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
+	* sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
+	define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
+
 	* sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
 
 	* iconv/gconv_int.h: Include <stdlib.h> for alloca decl.