2001-11-14 Joel Sherrill <joel@OARcorp.com>

* shared/ppc.h: The mpc8260 uses the new exception processing model
	and thus does not need to define PPC_USE_SPRG.
This commit is contained in:
Joel Sherrill
2001-11-14 20:45:36 +00:00
parent 1614be849e
commit ffcb102fd9
5 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2001-11-14 Joel Sherrill <joel@OARcorp.com>
* shared/ppc.h: The mpc8260 uses the new exception processing model
and thus does not need to define PPC_USE_SPRG.
2001-11-14 Andrew Dachs <A.Dachs@SSTL.co.uk>
* shared/ppc.h: mpc8260 has double FPU not single FPU.

View File

@@ -293,7 +293,6 @@ extern "C" {
#define PPC_HAS_FPU 1 /* the rest do have one */
#define PPC_HAS_DOUBLE 1
#define PPC_USE_MULTIPLE 1
#define PPC_USE_SPRG 1
#else
#error "Unsupported CPU Model"

View File

@@ -293,7 +293,6 @@ extern "C" {
#define PPC_HAS_FPU 1 /* the rest do have one */
#define PPC_HAS_DOUBLE 1
#define PPC_USE_MULTIPLE 1
#define PPC_USE_SPRG 1
#else
#error "Unsupported CPU Model"

View File

@@ -1,3 +1,8 @@
2001-11-14 Joel Sherrill <joel@OARcorp.com>
* shared/ppc.h: The mpc8260 uses the new exception processing model
and thus does not need to define PPC_USE_SPRG.
2001-11-14 Andrew Dachs <A.Dachs@SSTL.co.uk>
* shared/ppc.h: mpc8260 has double FPU not single FPU.

View File

@@ -293,7 +293,6 @@ extern "C" {
#define PPC_HAS_FPU 1 /* the rest do have one */
#define PPC_HAS_DOUBLE 1
#define PPC_USE_MULTIPLE 1
#define PPC_USE_SPRG 1
#else
#error "Unsupported CPU Model"