From 950094f827cd10ee03bedbb9219cef325b1c03cf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 23 Apr 2003 06:09:13 +0000 Subject: [PATCH] * Makeconfig (shared-thread-library): Reverse link order to work around linker bug. --- linuxthreads/ChangeLog | 5 +++++ linuxthreads/Makeconfig | 4 ++-- nptl/ChangeLog | 5 +++++ nptl/Makeconfig | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index cf59f3c..59204cb 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2003-04-22 Roland McGrath + + * Makeconfig (shared-thread-library): Reverse link order to work + around linker bug. + 2003-04-20 Ulrich Drepper * sysdeps/i386/useldt.h (DO_SET_THREAD_AREA): Make sure the diff --git a/linuxthreads/Makeconfig b/linuxthreads/Makeconfig index 2dfd58c..5470c22 100644 --- a/linuxthreads/Makeconfig +++ b/linuxthreads/Makeconfig @@ -3,8 +3,8 @@ have-thread-library = yes -shared-thread-library = $(common-objpfx)linuxthreads/libpthread.so \ - $(common-objpfx)linuxthreads/libpthread_nonshared.a +shared-thread-library = $(common-objpfx)linuxthreads/libpthread_nonshared.a \ + $(common-objpfx)linuxthreads/libpthread.so static-thread-library = $(common-objpfx)linuxthreads/libpthread.a bounded-thread-library = $(common-objpfx)linuxthreads/libpthread_b.a diff --git a/nptl/ChangeLog b/nptl/ChangeLog index e71869f..b1b68b4 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-04-22 Roland McGrath + + * Makeconfig (shared-thread-library): Reverse link order to work + around linker bug. + 2003-04-22 Ulrich Drepper * semaphore.h: Fix typo in comment. diff --git a/nptl/Makeconfig b/nptl/Makeconfig index 381385a..e7beea0 100644 --- a/nptl/Makeconfig +++ b/nptl/Makeconfig @@ -22,8 +22,8 @@ have-thread-library = yes -shared-thread-library = $(common-objpfx)nptl/libpthread.so \ - $(common-objpfx)nptl/libpthread_nonshared.a +shared-thread-library = $(common-objpfx)nptl/libpthread_nonshared.a \ + $(common-objpfx)nptl/libpthread.so static-thread-library = $(common-objpfx)nptl/libpthread.a bounded-thread-library = $(common-objpfx)nptl/libpthread_b.a -- 2.7.4