[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/27062] New: fdlibm fails to detect endianness
From: |
multix at gmail dot com |
Subject: |
[Bug classpath/27062] New: fdlibm fails to detect endianness |
Date: |
6 Apr 2006 15:31:27 -0000 |
I propose to change line 134 in ieeefp.h to
#if defined (__PPC__) || defined (__ppc__) || defined (__powerpc__) || defined
(__ppc64__) || defined (_POWER) || defined (_IBMR2)
since _POWER and _IBMR2 are apparently the only usable symbols gcc 345 defines
on this computer (even if it is a PowerPC)
--
Summary: fdlibm fails to detect endianness
Product: classpath
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: multix at gmail dot com
GCC build triplet: powerpc-ibm-aix4.2.1.0
GCC host triplet: powerpc-ibm-aix4.2.1.0
GCC target triplet: powerpc-ibm-aix4.2.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27062
- [Bug classpath/27062] New: fdlibm fails to detect endianness,
multix at gmail dot com <=