]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 10 May 2003 06:33:37 +0000 (06:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 10 May 2003 06:33:37 +0000 (06:33 +0000)
* Makeconfig (gnulib): Remove -lgcc_eh again.

ChangeLog
Makeconfig
nptl/Banner

index c28d746f42406db72fa0bac292d621664c56c147..c811c14c1ecbd831308bde0ac1b6c2609fa149a3 100644 (file)
--- 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.
index 3e7ddd365675d95823f74c52f219264fb582dec6..08069dbc7e84c4e7c94c03d4ee81d217380b99ca 100644 (file)
@@ -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)
index e73e0fc31fa15c11ff0395d46eac55e5090407ed..7781d3e2fa05d420ebe480eb39bdd9f1cd58d4a1 100644 (file)
@@ -1 +1 @@
-NPTL 0.37 by Ulrich Drepper
+NPTL 0.38 by Ulrich Drepper