mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user