ARM/libroot: more stubs for floating point related things

Will sort this out properly when userland is coming up. Need to get
a basic libroot version working first, so I can build a proper HaikuImage
to boot from ;)
This commit is contained in:
Ithamar R. Adema 2012-11-15 15:18:36 +00:00
parent e27a224fb2
commit 7d2a37737d
2 changed files with 3 additions and 0 deletions

View File

@ -54,3 +54,5 @@ static __huge_val_t __huge_val = { __HUGE_VAL_bytes };
# define HUGE_VAL (__huge_val.__d)
#endif /* GCC. */
#define HUGE_VALF HUGE_VAL

View File

@ -0,0 +1 @@
#warning ARM: check mathinline.h