Date: Tue, 10 Oct 2000 14:33:03 -0400 (EDT) From: Luoqi Chen <luoqi@watermarkgroup.com> To: benno@jeamland.net, obrien@FreeBSD.ORG Cc: freebsd-ppc@FreeBSD.ORG Subject: Re: Patches for compilation of libstand Message-ID: <200010101833.e9AIX3P12074@lor.watermarkgroup.com>
next in thread | raw e-mail | index | archive | help
> On Tue, Oct 10, 2000 at 10:33:07AM +1100, Benno Rice wrote: > > I've attached a patch for lib/libstand, and also a PowerPC version of > > _setjmp.S that needs to be placed in lib/libstand/powerpc. > > I've committed libstand/powerpc/_setjmp.S, and the patch to > libstand/Makefile and libstand/zalloc_defs.h. The `const' additions seem > the Right Thing, but I need to test a normal FreeBSD build to check. > > I look forward your next set of patches! :-)) > > -- > -- David (obrien@FreeBSD.org) > GNU is Not Unix / Linux Is Not UniX > As I have pointed out to Benno in a separate email (which I forgot to cc the list), the definition of setjmp in NetBSD is slightly different from FreeBSD, so a small correction needs to be made. The jmpbuf layout for NetBSD is also unsuitable to FreeBSD (be more precise the space left for sigmask should now be 16 bytes), that has to be adjusted as well (not that it matters, but it's always a good idea to keep the version in libstand in sync with what will be in libc). One more comment regarding the iaddr_t typedef in zalloc_defs.h, the comment is somewhat misleading, iaddr_t is no other than size_t. I wonder why it's not simply typedef'd to size_t. -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ppc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010101833.e9AIX3P12074>