* libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS when double

options is not __RL78_64BIT_DOUBLES__.
This commit is contained in:
Corinna Vinschen 2014-05-14 11:33:24 +00:00
parent 6506454fb3
commit a265e7269f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-05-14 Kaushik Phatak <Kaushik.Phatak@kpit.com>
* libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS when double
options is not __RL78_64BIT_DOUBLES__.
2014-05-12 Corinna Vinschen <vinschen@redhat.com>
* libc/include/stdint.h (WCHAR_MIN): Copy definition from wchar.h.

View File

@ -379,8 +379,10 @@
#ifdef __RL78__
#define __IEEE_LITTLE_ENDIAN
#define __SMALL_BITFIELDS /* 16 Bit INT */
#ifndef __RL78_64BIT_DOUBLES__
#define _DOUBLE_IS_32BITS
#endif
#endif
#ifdef __RX__