]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 23 Nov 1999 17:47:25 +0000 (17:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Nov 1999 17:47:25 +0000 (17:47 +0000)
* iconv/skeleton.c: Don't access next_step->fct if data->is_last

ChangeLog
FAQ.in
linuxthreads_db/ChangeLog
linuxthreads_db/Makefile

index 61b223ef84e7c4ee5a2f0320ce0955bebb2b16a3..a0dfb916f4cc6f89a00ccbc0c8848b5323fac95a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 1999-11-23  Thorsten Kukuk  <kukuk@suse.de>
 
-       * iconv/skeleton.c: Don't access next_step->fct if datat->is_last
+       * iconv/skeleton.c: Don't access next_step->fct if data->is_last
        is true.
 
 1999-11-23  Andreas Jaeger  <aj@suse.de>
diff --git a/FAQ.in b/FAQ.in
index 0907ed8ad1fd272f84facdf91258e42e3b235e80..391e756eacc057ca3e548ae533b1bd1d20a0006c 100644 (file)
--- a/FAQ.in
+++ b/FAQ.in
@@ -895,11 +895,11 @@ shadow_compat: nis
 that have been linked against glibc 2.0 will continue to work.
 
 If you compile your own binaries against glibc 2.1, you also need to
-recompile some other libraries.  The problem is that libio had to be
-changed and therefore libraries that are based or depend on the libio
-of glibc, e.g. ncurses or slang, need to be recompiled.  If you
-experience strange segmentation faults in your programs linked against
-glibc 2.1, you might need to recompile your libraries.
+recompile some other libraries.  The problem is that libio had to be changed
+and therefore libraries that are based or depend on the libio of glibc,
+e.g. ncurses, slang and most C++ libraries, need to be recompiled.  If you
+experience strange segmentation faults in your programs linked against glibc
+2.1, you might need to recompile your libraries.
 
 Another problem is that older binaries that were linked statically against
 glibc 2.0 will reference the older nss modules (libnss_files.so.1 instead of
index ecd407a30b0cf382cea17a3d13d70406f306894e..bb5b019f3926fc86b92986abba057c624f3a781f 100644 (file)
@@ -1,3 +1,7 @@
+1999-11-23  Ulrich Drepper  <drepper@cygnus.com>
+
+       * Makefile: Correct dependency for shared object.
+
 1999-11-22  Ulrich Drepper  <drepper@cygnus.com>
 
        * td_ta_map_lwp2thr.c: Add missing brace in comparison.
index abeacf993d202e44920aedf64b53515b23cfb4d3..d7446d94ad98af0bafcb0207a5cecdac09d37f22 100644 (file)
@@ -48,4 +48,4 @@ include ../Rules
 # Depend on libc.so so a DT_NEEDED is generated in the shared objects.
 # This ensures they will load libc.so for needed symbols if loaded by
 # a statically-linked program that hasn't already loaded it.
-$(objpfx)libpthread.so: $(common-objpfx)libc.so
+$(objpfx)libthread_db.so: $(common-objpfx)libc.so