From 70cafe50407015324db5ad3105955dbbb2172107 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 23 Nov 1999 17:47:25 +0000 Subject: Update. * iconv/skeleton.c: Don't access next_step->fct if data->is_last --- linuxthreads_db/ChangeLog | 4 ++++ linuxthreads_db/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'linuxthreads_db') 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 + + * Makefile: Correct dependency for shared object. + 1999-11-22 Ulrich Drepper * 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 -- cgit 1.4.1