forked from Imagelibrary/rtems
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:
@@ -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.
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user