diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-08 07:06:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-08 07:06:12 +0000 |
commit | d2f6944a4e73f64a7795c48b5bfa96493ec59ab8 (patch) | |
tree | 88337ffd3f554fcf7a5b0bb8f2fd734d0cb78465 | |
parent | 1a3ba8474a598cee23988d659bf497e0e6fcff04 (diff) | |
download | glibc-d2f6944a4e73f64a7795c48b5bfa96493ec59ab8.tar.gz glibc-d2f6944a4e73f64a7795c48b5bfa96493ec59ab8.tar.xz glibc-d2f6944a4e73f64a7795c48b5bfa96493ec59ab8.zip |
Update.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a4277eed82..5471b779a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-01-02 Bruno Haible <bruno@clisp.org> + + * intl/plural.y: Fix %expect count. + 2002-01-07 Stephen L Moshier <moshier@mediaone.net> * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header. diff --git a/NEWS b/NEWS index afcea61a94..d5d1c28bac 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,8 @@ Version 2.2.5 * optimizations in the dynamic linker. binaries created by recent binutils versions start up quicker due to reduced time spend on relocations. + +* Support for use of gcc3 added by Jakub Jelinek and HJ Lu. Version 2.2.4 diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index b32585e920..504d8ef0c5 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2002-01-06 Richard Henderson <rth@redhat.com> + + * sysdeps/alpha/elf/pt-initfini.c: New file. + 2001-11-29 Andreas Jaeger <aj@suse.de> * sysdeps/x86_64/pt-machine.h: Use %gs as thread specific |