]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 7 Jun 2003 09:40:26 +0000 (09:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 7 Jun 2003 09:40:26 +0000 (09:40 +0000)
2003-06-07  Ulrich Drepper  <drepper@redhat.com>

* Makeconfig (gnulib): Add -lgcc_eh once again.

ChangeLog
Makeconfig
test-skeleton.c

index 6d054f11893a907f2324cf70b210834e66875061..ac725242e8daf4fe8d0d91295eeb8edf930e54df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-07  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makeconfig (gnulib): Add -lgcc_eh once again.
+
 2003-06-06  Ulrich Drepper  <drepper@redhat.com>
 
        * test-skeleton.c (main): Use TEMP_FAILURE_RETRY with waitpid.
index 07d0877d351bc4ab464fee5410448ab9d3e11cc3..fdf4206bb630a5a1987254dbe80744d9ce3d7594 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
+gnulib := -lgcc -lgcc_eh
 endif
 ifeq ($(elf),yes)
 +preinit = $(addprefix $(csu-objpfx),crti.o)
index c2eff6ba5eac2c8992fac1e1609d5ac35c2fa6b3..e03e74fda626c17dc986b5de80e1c9a869080a23 100644 (file)
@@ -18,6 +18,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#include <errno.h>
 #include <getopt.h>
 #include <search.h>
 #include <signal.h>