2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* asm.h: include cpuopts.h instead of targopts.h
	* rtems/score/arm.h: Use __arm__.
This commit is contained in:
Joel Sherrill
2001-12-18 14:09:49 +00:00
parent 63bb806399
commit 7e950a4420
7 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* asm.h: include cpuopts.h instead of targopts.h
* rtems/score/arm.h: Use __arm__.
2001-11-28 Joel Sherrill <joel@OARcorp.com>, 2001-11-28 Joel Sherrill <joel@OARcorp.com>,
This was tracked as PR91. This was tracked as PR91.

View File

@@ -36,7 +36,7 @@
#ifndef ASM #ifndef ASM
#define ASM #define ASM
#endif #endif
#include <rtems/score/targopts.h> #include <rtems/score/cpuopts.h>
#include <rtems/score/arm.h> #include <rtems/score/arm.h>
/* /*

View File

@@ -29,7 +29,7 @@ extern "C" {
* of the family. * of the family.
*/ */
#if defined(arm) #if defined(__arm__)
#define CPU_MODEL_NAME "arm" #define CPU_MODEL_NAME "arm"
#define ARM_HAS_FPU 0 #define ARM_HAS_FPU 0

View File

@@ -1,3 +1,8 @@
2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* asm.h: include cpuopts.h instead of targopts.h
* rtems/score/arm.h: Use __arm__.
2001-11-28 Joel Sherrill <joel@OARcorp.com>, 2001-11-28 Joel Sherrill <joel@OARcorp.com>,
This was tracked as PR91. This was tracked as PR91.

View File

@@ -36,7 +36,7 @@
#ifndef ASM #ifndef ASM
#define ASM #define ASM
#endif #endif
#include <rtems/score/targopts.h> #include <rtems/score/cpuopts.h>
#include <rtems/score/arm.h> #include <rtems/score/arm.h>
/* /*

View File

@@ -36,7 +36,7 @@
#ifndef ASM #ifndef ASM
#define ASM #define ASM
#endif #endif
#include <rtems/score/targopts.h> #include <rtems/score/cpuopts.h>
#include <rtems/score/arm.h> #include <rtems/score/arm.h>
/* /*

View File

@@ -29,7 +29,7 @@ extern "C" {
* of the family. * of the family.
*/ */
#if defined(arm) #if defined(__arm__)
#define CPU_MODEL_NAME "arm" #define CPU_MODEL_NAME "arm"
#define ARM_HAS_FPU 0 #define ARM_HAS_FPU 0