2000-10-20 Joel Sherrill <joel@OARcorp.com>

* shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
This commit is contained in:
Joel Sherrill
2000-10-20 13:29:24 +00:00
parent 461fa1bc95
commit fad00e765b
5 changed files with 23 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
2000-10-20 Joel Sherrill <joel@OARcorp.com>
* shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include compile.am.
@@ -106,7 +106,12 @@ extern "C" {
#define PPC_ALIGNMENT 4
#define PPC_CACHE_ALIGNMENT 16
#define PPC_HAS_RFCI 1
#if defined(_SOFT_FLOAT)
#define PPC_HAS_FPU 0
#else
#define PPC_HAS_FPU 1
#endif
#define PPC_USE_MULTIPLE 1
#define PPC_I_CACHE 2048
#define PPC_D_CACHE 1024
@@ -106,7 +106,12 @@ extern "C" {
#define PPC_ALIGNMENT 4
#define PPC_CACHE_ALIGNMENT 16
#define PPC_HAS_RFCI 1
#if defined(_SOFT_FLOAT)
#define PPC_HAS_FPU 0
#else
#define PPC_HAS_FPU 1
#endif
#define PPC_USE_MULTIPLE 1
#define PPC_I_CACHE 2048
#define PPC_D_CACHE 1024
+4
View File
@@ -1,3 +1,7 @@
2000-10-20 Joel Sherrill <joel@OARcorp.com>
* shared/ppc.h: For multilibs, derive PPC_HAS_FPU from _SOFT_FLOAT.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include compile.am.
@@ -106,7 +106,12 @@ extern "C" {
#define PPC_ALIGNMENT 4
#define PPC_CACHE_ALIGNMENT 16
#define PPC_HAS_RFCI 1
#if defined(_SOFT_FLOAT)
#define PPC_HAS_FPU 0
#else
#define PPC_HAS_FPU 1
#endif
#define PPC_USE_MULTIPLE 1
#define PPC_I_CACHE 2048
#define PPC_D_CACHE 1024