Mon Dec 4 12:10:28 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>

* 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.
This commit is contained in:
Roland McGrath 1995-12-04 19:00:50 +00:00
parent ba848785bb
commit b5a08c5aca
3 changed files with 35 additions and 19 deletions

View File

@ -1,3 +1,18 @@
Mon Dec 4 12:10:28 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* 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.
Sat Dec 2 03:47:27 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> Sat Dec 2 03:47:27 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB. * sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB.

View File

@ -74,8 +74,9 @@ mpn-sysdep := $(addsuffix .c,$(mpn-routines)) \
$(addsuffix .S,$(mpn-routines)) \ $(addsuffix .S,$(mpn-routines)) \
$(addsuffix .s,$(mpn-routines)) gmp-mparam.h asm-syntax.h $(addsuffix .s,$(mpn-routines)) gmp-mparam.h asm-syntax.h
mpn-try := $(addprefix $(gmp-srcdir)/mpn/*/,$(mpn-sysdep)) mpn-try := $(addprefix $(gmp-srcdir)/mpn/*/,$(mpn-sysdep)) \
mpn-found := $(wildcard $(mpn-try)) $(addprefix $(gmp-srcdir)/mpn/*/*/,$(mpn-sysdep))
mpn-found = $(wildcard $(mpn-try))
include mpn-copy.mk include mpn-copy.mk
%.mk: gen-%; sh $< > $@ %.mk: gen-%; sh $< > $@

View File

@ -1,21 +1,21 @@
#!/bin/sh #!/bin/sh
translations=' translations='
pentium i386/i586 sparc64 sparc/sparc64
sparc8 sparc/sparc8 sparc32/v8 sparc/sparc8
sparc9 sparc/sparc9 sparc32 sparc
mc68000 m68k/m68000 x86/pentium i386/i586
mc68020 m68k/m68020 x86 i386
mc88100 m88k/m88100 m68k/mc68000 m68k/m68000
mc88110 m88k/m88110 m68k/mc68020 m68k/m68020
mips2 mips m88k/mc88100 m88k/m88100
mips3 mips/mips3 m88k/mc88110 m88k/m88110
hppa1_0 hppa mips3 mips/mips3
hppa1_1 hppa/hppa1.1 mips2 mips
ev4 alpha hppa/hppa1_1 hppa/hppa1.1
ev5 alpha/alphaev5 alpha/ev5 alpha/alphaev5
power rs6000 power rs6000
am29000 a29k am29000 a29k
' '
set $translations set $translations