diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-21 23:28:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-21 23:28:24 +0000 |
commit | 6a9340b515bd4b834abe3343e6473cff400ad147 (patch) | |
tree | 90fcd5de7e533194fb091c91b1f105ecda90c650 /ChangeLog | |
parent | 9e2e13ce3965bde88005832b6fec842b60f3ff35 (diff) | |
download | glibc-6a9340b515bd4b834abe3343e6473cff400ad147.tar.gz glibc-6a9340b515bd4b834abe3343e6473cff400ad147.tar.xz glibc-6a9340b515bd4b834abe3343e6473cff400ad147.zip |
Update.
(_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP. * sysdeps/x86_64/machine-gmon.h: New file. * sysdeps/x86_64/_mcount.S: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 4b52b7b289..2794bc487b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,7 +17,7 @@ DONT_USE_BOOTSTRAP_MAP is defined. Use GL(dl_rtld_map). Don't pass bootstrap_map to _dl_start_final in this case either. Don't pass start_time to _dl_start_final ever. - (_dl_start_final): Don't copy bootstrap_map of DONT_USE_BOOTSTRAP_MAP. + (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP. * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28. This cripples the scope lists necessary to search for symbols in @@ -38,8 +38,8 @@ * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount. - * sysdeps/x86_64/machine-gmon.h: New. - * sysdeps/x86_64/_mcount.S: New. + * sysdeps/x86_64/machine-gmon.h: New file. + * sysdeps/x86_64/_mcount.S: New file. 2002-08-20 Ulrich Drepper <drepper@redhat.com> |