summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-10 06:33:37 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-10 06:33:37 +0000
commitc7652699b1dcea6ad4c21319c321e4c82d60f365 (patch)
tree6107195189961e5a067f8e55cb3c48eafc1a2fc6
parent949ec7640747878988b3f8019a7b7f98c10ab3ac (diff)
Update.
* Makeconfig (gnulib): Remove -lgcc_eh again.
-rw-r--r--ChangeLog2
-rw-r--r--Makeconfig2
-rw-r--r--nptl/Banner2
3 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c28d746f42..c811c14c1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2003-05-09 Ulrich Drepper <drepper@redhat.com>
+ * Makeconfig (gnulib): Remove -lgcc_eh again.
+
* posix/sched.h: Change prototypes of sched_getaffinity and
sched_setaffinity. Define CPU_SET, CPU_CLR, CPU_ISSET, and CPU_ZERO.
* sysdeps/generic/sched_getaffinity.c: Adjust definition.
diff --git a/Makeconfig b/Makeconfig
index 3e7ddd3656..08069dbc7e 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -505,7 +505,7 @@ link-libc-bounded = $(common-objpfx)libc_b.a $(gnulib) $(common-objpfx)libc_b.a
link-extra-libs-bounded = $(foreach lib,$(LDLIBS-$(@F:%-bp=%)),$(common-objpfx)$(lib)_b.a)
ifndef gnulib
-gnulib := -lgcc -lgcc_eh
+gnulib := -lgcc
endif
ifeq ($(elf),yes)
+preinit = $(addprefix $(csu-objpfx),crti.o)
diff --git a/nptl/Banner b/nptl/Banner
index e73e0fc31f..7781d3e2fa 100644
--- a/nptl/Banner
+++ b/nptl/Banner
@@ -1 +1 @@
-NPTL 0.37 by Ulrich Drepper
+NPTL 0.38 by Ulrich Drepper