audk/StdLib/LibC/gdtoa
Harry Liebel 1bbb83b526 StdLib: Add support for AArch64
- Use some files from ARM version.
- Use NetBSD software floating point library to provide floating point
  operations not handled directly by hardware floating point enabled
  GCC compiler.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Harry Liebel <Harry.Liebel@arm.com>
Reviewed-by: Olivier Martin <Olivier.Martin@arm.com>
Reviewed-by: Daryl McDaniel <edk2-lists@mc2research.org>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18118 6f19259b-4bc3-4df7-8a09-765794883524
2015-07-30 09:51:04 +00:00
..
Ipf
_strtof.c
_strtold.c
atof.c
dmisc.c
dtoa.c
gdtoa.c StdLib: Fix a "potentially uninitialized variable" error. 2014-11-10 23:05:45 +00:00
gdtoa.h StdLib: The formatting for double float values, within the gdtoa library, is improper. 2014-08-06 18:29:02 +00:00
gdtoa.inf StdLib: Add support for AArch64 2015-07-30 09:51:04 +00:00
gdtoaimp.h StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition. 2014-08-21 20:58:05 +00:00
gethex.c
gmisc.c
hd_init.c
hexnan.c
ldtoa.c
misc.c
smisc.c
strtod.c
strtodg.c StdLib/LibC/gdtoa: Initialize variables before use, update the Kmax definition. 2014-08-21 20:58:05 +00:00
strtof.c StdLib/LibC/gdtoa: fix "missing braces around initializer" 2014-08-11 21:59:53 +00:00
strtold_px.c
strtold_subr.c
strtopx.c
sum.c
ulp.c