From 6f197f4bd6fe8e6468937aa47c7f922d96bb77e2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 6 Aug 2002 20:16:44 +0000 Subject: 2002-08-06 Joel Sherrill * asm.h, rtems/score/cpu.h: Correct items that have changed since RTEMS version or32 port was based upon. --- cpukit/score/cpu/or32/ChangeLog | 5 +++++ cpukit/score/cpu/or32/asm.h | 2 +- cpukit/score/cpu/or32/rtems/asm.h | 2 +- cpukit/score/cpu/or32/rtems/score/cpu.h | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) (limited to 'cpukit') diff --git a/cpukit/score/cpu/or32/ChangeLog b/cpukit/score/cpu/or32/ChangeLog index f00e539d68..5464bc777d 100644 --- a/cpukit/score/cpu/or32/ChangeLog +++ b/cpukit/score/cpu/or32/ChangeLog @@ -1,3 +1,8 @@ +2002-08-06 Joel Sherrill + + * asm.h, rtems/score/cpu.h: Correct items that have changed since + RTEMS version or32 port was based upon. + 2002-08-05 Chris Ziomkowski * asm.h, cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/or32.h, diff --git a/cpukit/score/cpu/or32/asm.h b/cpukit/score/cpu/or32/asm.h index 945c98f6c6..ddb6264d6f 100644 --- a/cpukit/score/cpu/or32/asm.h +++ b/cpukit/score/cpu/or32/asm.h @@ -34,7 +34,7 @@ #define ASM #endif #include -#include +#include /* * Recent versions of GNU cpp define variables which indicate the diff --git a/cpukit/score/cpu/or32/rtems/asm.h b/cpukit/score/cpu/or32/rtems/asm.h index 945c98f6c6..ddb6264d6f 100644 --- a/cpukit/score/cpu/or32/rtems/asm.h +++ b/cpukit/score/cpu/or32/rtems/asm.h @@ -34,7 +34,7 @@ #define ASM #endif #include -#include +#include /* * Recent versions of GNU cpp define variables which indicate the diff --git a/cpukit/score/cpu/or32/rtems/score/cpu.h b/cpukit/score/cpu/or32/rtems/score/cpu.h index 05894020dd..2adb7d6566 100644 --- a/cpukit/score/cpu/or32/rtems/score/cpu.h +++ b/cpukit/score/cpu/or32/rtems/score/cpu.h @@ -23,9 +23,9 @@ extern "C" { #endif -#include "rtems/score/or1k.h" /* pick up machine definitions */ +#include "rtems/score/or32.h" /* pick up machine definitions */ #ifndef ASM -#include "rtems/score/or1ktypes.h" +#include "rtems/score/types.h" #endif /* conditional compilation parameters */ -- cgit v1.2.3