Subject: Re: memalign (gnumalloc)
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: tech-userlevel
Date: 10/27/1999 21:38:58
On Wed, Oct 27, 1999 at 10:41:32AM -0700, Jason Thorpe wrote:
> On Wed, 27 Oct 1999 17:37:03 +0200
> Ignatios Souvatzis <ignatios@cs.uni-bonn.de> wrote:
>
> > Is the memalign() function really supposed to only work for powers of two,
> > as the submitter of PR 5269 claims?
>
> Does it matter? Didn't we nuke gnumalloc?
It is still built, if I read gnu/lib/Makefile right:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# $NetBSD: Makefile,v 1.20 1999/02/09 17:48:13 tv Exp $
SUBDIR+= libbfd libg2c libgcc libmalloc libobjc libstdc++
.include <bsd.subdir.mk>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
and added to the binary sets:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
base/shl.elf:./usr/lib/libgnumalloc.so.0
base/shl.mi:./usr/lib/libgnumalloc.so.0.0
comp/mi:./usr/lib/libgnumalloc.a
comp/mi:./usr/lib/libgnumalloc_p.a
comp/shl.elf:./usr/lib/libgnumalloc.so
comp/shl.mi:./usr/lib/libgnumalloc_pic.a
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-is