mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
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:
parent
ba848785bb
commit
b5a08c5aca
15
ChangeLog
15
ChangeLog
@ -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.
|
||||||
|
@ -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 $< > $@
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
#!/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
|
||||||
|
m88k/mc88110 m88k/m88110
|
||||||
mips3 mips/mips3
|
mips3 mips/mips3
|
||||||
hppa1_0 hppa
|
mips2 mips
|
||||||
hppa1_1 hppa/hppa1.1
|
hppa/hppa1_1 hppa/hppa1.1
|
||||||
ev4 alpha
|
alpha/ev5 alpha/alphaev5
|
||||||
ev5 alpha/alphaev5
|
|
||||||
power rs6000
|
power rs6000
|
||||||
am29000 a29k
|
am29000 a29k
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user