diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-02-05 20:21:03 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-02-05 20:21:03 +0000 |
commit | 8db3ebc0ea8153499eba2be45ef4782f19594fc5 (patch) | |
tree | 521fdaf3cb4826424b038b0c3705d2d7eafdbf0a /newlib/libc | |
parent | b4a84c66957edf7ef23a88e651f23e21dcb209bc (diff) | |
download | newlib-8db3ebc0ea8153499eba2be45ef4782f19594fc5.zip newlib-8db3ebc0ea8153499eba2be45ef4782f19594fc5.tar.gz newlib-8db3ebc0ea8153499eba2be45ef4782f19594fc5.tar.bz2 |
Remove fixme comment for __arm__ added with last patch.
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/include/machine/ieeefp.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/newlib/libc/include/machine/ieeefp.h b/newlib/libc/include/machine/ieeefp.h index 3672103..d342d7e 100644 --- a/newlib/libc/include/machine/ieeefp.h +++ b/newlib/libc/include/machine/ieeefp.h @@ -54,11 +54,7 @@ /* ARM traditionally used big-endian words; and within those words the byte ordering was big or little endian depending upon the target. Modern floating-point formats are naturally ordered; in this case - __VFP_FP__ will be defined, even if soft-float. - - FIXME: long double support is broken for the ARM when __ARMEL__ - is specified. New long double formats need to be added - to the long double conversion routines. */ + __VFP_FP__ will be defined, even if soft-float. */ #ifdef __VFP_FP__ # ifdef __ARMEL__ # define __IEEE_LITTLE_ENDIAN |