Subject: Re: Commit NetBSD/hpcmips codes
To: TAKEMURA, Shin <takemura@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: port-mips
Date: 09/13/1999 22:52:09
"TAKEMURA, Shin" wrote:

> Greetings,
> 
> I'm working on NetBSD/hpcmips which is a port for embedded MIPS 
> CPU machines like a PDA. (i.e. MIPS based Windows CE machines.)
> And now I'm ready to marge source codes and commit into -current
> repositry.
> 
> I will add many new files and modify 15 files below which are shared
> by MIPS base systems. Most of modifications are enclosed by 
> #ifdef and I belive it has no side-effect.
> 
> 
> New files:
>     lib/libc/arch/mips/fplib/*    (9 files, FPU emulation functions)
>     lib/libc/arch/mips/gen/*    (12 files, FPU emulation functions)

There's FPU emulation in libc/arch/arm32 as well, and there was some
talk recently of setting up a MI fplib.  Sorry I can recall the
reference, but this is something to keep in mind.  Is you code
based on the arm32 code?

Simon.