2001-07-24  Ulrich Drepper  <drepper@redhat.com>

	* iconvdata/Makefile: Add dependencies for tst-loading test.

	* sunrpc/svc_tcp.c (svctcp_rendezvous_abort): New function.
	* sunrpc/svc_unix.c (svcunix_rendezvous_abort): New function.
This commit is contained in:
Ulrich Drepper 2001-07-24 08:10:29 +00:00
parent 3c7375268b
commit faf90ba91c
2 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2001-07-24 Ulrich Drepper <drepper@redhat.com>
* iconvdata/Makefile: Add dependencies for tst-loading test.
2001-07-24 Andreas Jaeger <aj@suse.de>
* iconv/iconvconfig.c (name_insert): Make static to avoid warning.
@ -37,9 +41,9 @@
2001-07-23 Jakub Jelinek <jakub@redhat.com>
* sunrpc/svc_tcp.c (svctcp_rendezvous_abort): New.
* sunrpc/svc_tcp.c (svctcp_rendezvous_abort): New function.
(svctcp_rendezvous_op): Use it.
* sunrpc/svc_unix.c (svcunix_rendezvous_abort): New.
* sunrpc/svc_unix.c (svcunix_rendezvous_abort): New function.
(svcunix_rendezvous_op): Use it.
2001-07-23 Andreas Schwab <schwab@suse.de>

View File

@ -271,8 +271,12 @@ tst-loading-ENV = MALLOC_TRACE=$(objpfx)tst-loading.mtrace
$(objpfx)mtrace-tst-loading: $(objpfx)tst-loading.out
$(common-objpfx)malloc/mtrace $(objpfx)tst-loading.mtrace > $@
$(objpfx)bug-iconv1.out: $(objpfx)gconv-modules
$(objpfx)bug-iconv2.out: $(objpfx)gconv-modules
$(objpfx)bug-iconv1.out: $(objpfx)gconv-modules \
$(addprefix $(objpfx),$(modules.so))
$(objpfx)bug-iconv2.out: $(objpfx)gconv-modules \
$(addprefix $(objpfx),$(modules.so))
$(objpfx)tst-loading.out: $(objpfx)gconv-modules \
$(addprefix $(objpfx),$(modules.so))
$(objpfx)iconv-test.out: run-iconv-test.sh $(objpfx)gconv-modules \
$(addprefix $(objpfx),$(modules.so)) \