Improvements to float support in printf_fast
authorpjs <pjs@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 27 Dec 2004 00:04:03 +0000 (00:04 +0000)
committerpjs <pjs@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 27 Dec 2004 00:04:03 +0000 (00:04 +0000)
commit081276d8f181c05fed4447d373d11d4940cbec2a
tree97248077ba2c108d33f8467a21e583f4e84763b4
parentb14b9fa849248172be1b50cfefe49e1445867d9c
Improvements to float support in printf_fast
Add 6 new files to float library, shared helper functions for upcoming
upcoming mcs51 float library

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3614 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
device/include/float.h
device/lib/Makefile.in
device/lib/_fsget1arg.c [new file with mode: 0644]
device/lib/_fsget2args.c [new file with mode: 0644]
device/lib/_fsnormalize.c [new file with mode: 0644]
device/lib/_fsreturnval.c [new file with mode: 0644]
device/lib/_fsrshift.c [new file with mode: 0644]
device/lib/_fsswapargs.c [new file with mode: 0644]
device/lib/libfloat.lib
device/lib/printf_fast.c