From b5a08c5aca57835de5f69b8b017f09cd75f5cf7d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 4 Dec 1995 19:00:50 +0000 Subject: Mon Dec 4 12:10:28 1995 Roland McGrath * stdlib/gen-mpn-copy (translations): Updated for new layout in GMP 1.910. * malloc/malloc.c (__malloc_initialize): Renamed from initialize; made global. (malloc): Caller changed. * malloc/realloc.c (realloc): Call __malloc_initialize if necessary, before checking hook. * malloc/malloc.h: Declare __malloc_initialize. * sysdeps/mach/hurd/ioctl.c: For IOC_VOID request, send ARG itself as integer_t arg in RPC. --- stdlib/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'stdlib/Makefile') diff --git a/stdlib/Makefile b/stdlib/Makefile index 6228a2aec2..8228808181 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -49,13 +49,13 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv # Several mpn functions from GNU MP are used by the strtod function. mpn-routines := add_1 add_n addmul_1 cmp divmod divmod_1 udiv_qrnnd \ - lshift rshift mod_1 mul mul_1 mul_n sub_n submul_1 + lshift rshift mod_1 mul mul_1 mul_n sub_n submul_1 mpn-headers = longlong.h gmp.h gmp-impl.h gmp-mparam.h asm-syntax.h routines := $(strip $(routines) $(mpn-routines)) \ dbl2mpn ldbl2mpn \ mpn2flt mpn2dbl mpn2ldbl -aux := mp_clz_tab fpioconst +aux := mp_clz_tab fpioconst distribute := $(distribute) $(mpn-headers) gen-mpn-copy fpioconst.h @@ -74,8 +74,9 @@ mpn-sysdep := $(addsuffix .c,$(mpn-routines)) \ $(addsuffix .S,$(mpn-routines)) \ $(addsuffix .s,$(mpn-routines)) gmp-mparam.h asm-syntax.h -mpn-try := $(addprefix $(gmp-srcdir)/mpn/*/,$(mpn-sysdep)) -mpn-found := $(wildcard $(mpn-try)) +mpn-try := $(addprefix $(gmp-srcdir)/mpn/*/,$(mpn-sysdep)) \ + $(addprefix $(gmp-srcdir)/mpn/*/*/,$(mpn-sysdep)) +mpn-found = $(wildcard $(mpn-try)) include mpn-copy.mk %.mk: gen-%; sh $< > $@ -- cgit v1.2.3