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>,
This was tracked as PR91.

View File

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

View File

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