Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2003-06-07  Ulrich Drepper  <drepper@redhat.com>

	* Makeconfig (gnulib): Add -lgcc_eh once again.
  • Loading branch information
Ulrich Drepper committed Jun 7, 2003
1 parent 5385447 commit e1d8e1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Makeconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions test-skeleton.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e1d8e1b

Please sign in to comment.