Subject: softfloat (lib/libc/arch/*/fplib)
To: None <port-mips@netbsd.org, port-sh3@netbsd.org, port-arm32@netbsd.org>
From: None <itojun@iijlab.net>
List: port-sh3
Date: 09/17/1999 01:15:49
We already have two softfloat libraries in the tree,
namely lib/libc/arch/{arm32,mips}/fplib.
Is it okay if I commit *another* lib/libc/arch/sh3/fplib for the
moment, and think about merging them afterwards? Or should I wait
till mips and arm32 fplib are integrated into one?
Differences are like below.
base revision *.S
--- ---
arm32/fplib 1 one file
sh3/fplib 1 none (copied arm32/fplib and modified)
mips/fplib 2a none
itojun