]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 21 Aug 2002 23:28:24 +0000 (23:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 21 Aug 2002 23:28:24 +0000 (23:28 +0000)
(_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.

ChangeLog
NEWS

index 4b52b7b289c30d3f499f018be56c5e7b2af1f2e3..2794bc487b5416c7fa3650fae8b1cfffb03d0acb 100644 (file)
--- 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>
 
diff --git a/NEWS b/NEWS
index b983f76a4a260cbf1ddd3c8c7b919898f90e8be5..45049b74a9b33e89356181df2e47bd27866a29a2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes.  2002-7-24
+GNU C Library NEWS -- history of user-visible changes.  2002-8-21
 Copyright (C) 1992-2000,01,02 Free Software Foundation, Inc.
 See the end for copying conditions.
 
@@ -44,6 +44,9 @@ Version 2.3
 * New header <ifaddrs.h> with functions `getifaddrs' and `freeifaddrs':
   BSD-compatible interface for getting all network interface addresses.
   Implementation for IPv4 by Roland McGrath.
+
+* Loading of locale data is faster due to the introduction of a locale
+  archive.  Implemented by Roland McGrath and Ulrich Drepper.
 \f
 Version 2.2.5