2002-08-17 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/config.h[__PPC__][__SPE__]: Set _LONG_DOUBLE to double.
This commit is contained in:
parent
936b520f8e
commit
29e17a863d
|
@ -1,3 +1,8 @@
|
||||||
|
2002-08-17 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libc/include/sys/config.h[__PPC__][__SPE__]: Set
|
||||||
|
_LONG_DOUBLE to double.
|
||||||
|
|
||||||
2002-08-17 Jeff Johnston <jjohnstn@redhat.com>
|
2002-08-17 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* configure.host: Add powerpc*-*-eabispe* configuration.
|
* configure.host: Add powerpc*-*-eabispe* configuration.
|
||||||
|
|
|
@ -80,6 +80,9 @@
|
||||||
#if defined(_CALL_SYSV)
|
#if defined(_CALL_SYSV)
|
||||||
#define __ATTRIBUTE_IMPURE_PTR__ __attribute__((__section__(".sdata")))
|
#define __ATTRIBUTE_IMPURE_PTR__ __attribute__((__section__(".sdata")))
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef __SPE__
|
||||||
|
#define _LONG_DOUBLE double
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __xstormy16__
|
#ifdef __xstormy16__
|
||||||
|
|
Loading…
Reference in New Issue