mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Update.
2003-06-07 Ulrich Drepper <drepper@redhat.com> * Makeconfig (gnulib): Add -lgcc_eh once again.
This commit is contained in:
parent
5385447635
commit
e1d8e1b7c5
@ -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>
|
2003-06-06 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* test-skeleton.c (main): Use TEMP_FAILURE_RETRY with waitpid.
|
* test-skeleton.c (main): Use TEMP_FAILURE_RETRY with waitpid.
|
||||||
|
@ -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)
|
link-extra-libs-bounded = $(foreach lib,$(LDLIBS-$(@F:%-bp=%)),$(common-objpfx)$(lib)_b.a)
|
||||||
|
|
||||||
ifndef gnulib
|
ifndef gnulib
|
||||||
gnulib := -lgcc
|
gnulib := -lgcc -lgcc_eh
|
||||||
endif
|
endif
|
||||||
ifeq ($(elf),yes)
|
ifeq ($(elf),yes)
|
||||||
+preinit = $(addprefix $(csu-objpfx),crti.o)
|
+preinit = $(addprefix $(csu-objpfx),crti.o)
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||||
02111-1307 USA. */
|
02111-1307 USA. */
|
||||||
|
|
||||||
|
#include <errno.h>
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#include <search.h>
|
#include <search.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user