2003-06-07  Ulrich Drepper  <drepper@redhat.com>

	* Makeconfig (gnulib): Add -lgcc_eh once again.
This commit is contained in:
Ulrich Drepper 2003-06-07 09:40:26 +00:00
parent 5385447635
commit e1d8e1b7c5
3 changed files with 6 additions and 1 deletions

View File

@ -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.

View 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)

View 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>