diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-29 23:24:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-29 23:24:40 +0000 |
commit | 868b78c83cef264d69a854d9128a68845f346fe3 (patch) | |
tree | 73f59b7ed8640199040d8bc32a7415a0edbdb1cd /ChangeLog | |
parent | c5738211bd4a61e6950c3e4a61fbb4c366fd13df (diff) | |
download | glibc-868b78c83cef264d69a854d9128a68845f346fe3.zip glibc-868b78c83cef264d69a854d9128a68845f346fe3.tar.gz glibc-868b78c83cef264d69a854d9128a68845f346fe3.tar.bz2 |
* 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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |