summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-23 17:47:25 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-23 17:47:25 +0000
commit70cafe50407015324db5ad3105955dbbb2172107 (patch)
tree901eed19032f409a3c8d511cbbcfd46f345afee9
parentaaa8d85c286eace542b14f1030ace7f3cb20ab95 (diff)
Update.
* iconv/skeleton.c: Don't access next_step->fct if data->is_last
-rw-r--r--ChangeLog2
-rw-r--r--FAQ.in10
-rw-r--r--linuxthreads_db/ChangeLog4
-rw-r--r--linuxthreads_db/Makefile2
4 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 61b223ef84..a0dfb916f4 100644
--- 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 0907ed8ad1..391e756eac 100644
--- 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
diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog
index ecd407a30b..bb5b019f39 100644
--- a/linuxthreads_db/ChangeLog
+++ b/linuxthreads_db/ChangeLog
@@ -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.
diff --git a/linuxthreads_db/Makefile b/linuxthreads_db/Makefile
index abeacf993d..d7446d94ad 100644
--- a/linuxthreads_db/Makefile
+++ b/linuxthreads_db/Makefile
@@ -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